Update README.md #1

Closed
gilardh wants to merge 3 commits from gilardh/SilentDragon:master into master
  1. 12
      README.md

12
README.md

@ -42,7 +42,7 @@ Go to the releases page and grab the latest installers or binary. https://github
## hushd
SilentDragon needs a Hush full node running [hushd](https://github.com/MyHush/hush3/). If you already have a hushd node running, SilentDragon will connect to it.
SilentDragon needs a Hush full node running [hushd](https://git.hush.is/hush/hush3). If you already have a hushd node running, SilentDragon will connect to it.
If you don't have one, SilentDragon will start its embedded hushd node.
@ -64,7 +64,7 @@ hushd, or compile hushd as well.
```
sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator
git clone https://github.com/MyHush/SilentDragon.git
git clone https://git.hush.is/hush/SilentDragon.git
cd SilentDragon
./build.sh linguist # compile translations
./build.sh
@ -75,7 +75,7 @@ cd SilentDragon
```
sudo pacman -S qt5-base qt5-tools qtcreator qt5-websockets rust
git clone https://github.com/MyHush/SilentDragon.git
git clone https://git.hush.is/hush/SilentDragon.git
cd SilentDragon
./build.sh linguist # compile translations
./build.sh release
@ -87,7 +87,7 @@ You need Visual Studio 2017 (The free C++ Community Edition works just fine).
From the VS Tools command prompt
```
git clone https://github.com/MyHush/SilentDragon.git
git clone https://git.hush.is/hush/SilentDragon.git
cd SilentDragon
c:\Qt5\bin\qmake.exe silentdragon.pro -spec win32-msvc CONFIG+=debug
nmake
@ -105,7 +105,7 @@ c:\Qt5\bin\qmake.exe silentdragon.pro -tp vc CONFIG+=debug
You need to install the Xcode app or the Xcode command line tools first, and then install Qt.
```
git clone https://github.com/MyHush/SilentDragon.git
git clone https://git.hush.is/hush/SilentDragon.git
cd SilentDragon
qmake silentdragon.pro CONFIG+=debug
make
@ -129,5 +129,5 @@ The above assumes silentdragon and hush3 git repos are in the same directory. Fi
### Support
For support or other questions, join us on [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram](http://myhush.org/telegram) or [file an issue](https://github.com/MyHush/SilentDragon/issues).
For support or other questions, join us on [Telegram](http://myhush.org/telegram), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or [file an issue](https://git.hush.is/hush/SilentDragon/issues).

Loading…
Cancel
Save