Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingdoom authored Feb 14, 2024
1 parent d59e725 commit d250eab
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Datcord is an open-source Discord client that respects your privacy. Datcord is a specialized version of Firefox (the official client is Chromium-based). Datcord handles emoji rendering better than the normal Discord client. Note that Discord can still track you even if you use Datcord. I chose Firefox for Datcord because Chromium-based browsers have a monopoly and if Firefox were to die out, only Chromium would be left.

### Note:
I don't use discord/datcord anymore because of their [terrible TOS](https://tosdr.org/en/service/536). I am busy and I am not able to maintain Datcord as much anymore. I might release occasional updates but there are no guarantees.
I don't use Discord/Datcord anymore because of their [terrible TOS](https://tosdr.org/en/service/536) which Datcord can't protect you from.

# Install
- # Linux
Expand All @@ -35,12 +35,10 @@ I don't use discord/datcord anymore because of their [terrible TOS](https://tosd
- Grab the AppImage from [releases](https://github.com/gamingdoom/datcord/releases/) and run it. If you choose to integrate it, run

``~/Applications/Datcord-* --appimage-portable-home``
- ## Installer Script
``curl https://raw.githubusercontent.com/gamingdoom/datcord/master/installDatcord.sh | bash``
- ## Tarball
- Grab the tarball from the releases then,
```
tar -xvf datcordLinux.tar
tar -xvf datcord-linux-x86_64.tar
cd datcord
./datcord
```
Expand All @@ -50,5 +48,5 @@ I don't use discord/datcord anymore because of their [terrible TOS](https://tosd
# Building from source
```
git clone https://github.com/gamingdoom/datcord.git --recurse-submodules -j8 && cd datcord
./buildDatcord.sh
./build.sh
```

0 comments on commit d250eab

Please sign in to comment.