Browse Source

Merge branch 'dev' of https://git.hush.is/hush/SilentDragon into dev

pull/67/head
Duke Leto 3 years ago
parent
commit
99a38133c1
  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 sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator
git clone https://git.hush.is/hush/SilentDragon git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon cd SilentDragon
./build.sh linguist # compile translations ./build.sh linguist
./build.sh ./build.sh
./silentdragon ./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 sudo pacman -S qt5-base qt5-tools qtcreator qt5-websockets rust
git clone https://git.hush.is/hush/SilentDragon git clone https://git.hush.is/hush/SilentDragon
cd SilentDragon cd SilentDragon
./build.sh linguist # compile translations ./build.sh linguist
./build.sh release ./build.sh release
./silentdragon ./silentdragon
``` ```

Loading…
Cancel
Save