From 88b0f5d145dce9d949520b541c22782ec2005dd7 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 21 Oct 2021 14:40:12 -0400 Subject: [PATCH] minor change to README.md so users will stop running the comment as part of the command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```