Browse Source

minor change to README.md so users will stop running the comment as part of the command

pull/67/head
jahway603 3 years ago
parent
commit
88b0f5d145
  1. 4
      README.md

4
README.md

@ -74,7 +74,7 @@ You can install the pre-reqs and build on Ubuntu 18.04 & 20.04 with:
sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator
git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon
./build.sh linguist # compile translations
./build.sh linguist
./build.sh
./silentdragon
```
@ -87,7 +87,7 @@ You can install the pre-reqs and build on Arch Linux with:
sudo pacman -S qt5-base qt5-tools qtcreator qt5-websockets rust
git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon
./build.sh linguist # compile translations
./build.sh linguist
./build.sh release
./silentdragon
```

Loading…
Cancel
Save