diff --git a/README.md b/README.md index d09b104..a87a02c 100644 --- a/README.md +++ b/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 ```