diff --git a/README.md b/README.md index 71d283c..887c2d1 100644 --- a/README.md +++ b/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