From 6088fbf4969ac5d005699bf76668f7a271eda79f Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 23 Jul 2020 17:11:04 -0400 Subject: [PATCH 1/2] added Ubuntu 20.04 support after successful test & added Telegram link --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8cfbb4..03c4b4b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Go to the releases page and grab the latest installers or binary. https://github ## hushd -SilentDragon needs a Hush full node running hushd. If you already have a hushd node running, SilentDragon will connect to it. +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. If you don't have one, SilentDragon will start its embedded hushd node. @@ -43,7 +43,7 @@ hushd, or compile hushd as well. ### Building on Linux -#### Ubuntu 18.04: +#### Ubuntu 18.04 and 20.04: ``` sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator @@ -60,7 +60,7 @@ cd SilentDragon sudo pacman -S qt5-base qt5-tools qtcreator qt5-websockets rust git clone https://github.com/MyHush/SilentDragon.git cd SilentDragon -./build.sh linguist +./build.sh linguist # compile translations ./build.sh release ./silentdragon ``` @@ -113,5 +113,5 @@ The above assumes silentdragon and hush3 git repos are in the same directory. Fi ### Support -For support or other questions, Join [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam) or [file an issue](https://github.com/MyHush/SilentDragon/issues). +For support or other questions, Join [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam) or [Telegram](http://myhush.org/telegram) or [file an issue](https://github.com/MyHush/SilentDragon/issues). From ee31d0004ade1cd4cab5be6578490dcea54286c0 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sat, 22 Aug 2020 22:29:55 -0400 Subject: [PATCH 2/2] added some badges and Mastodon info to README.md --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03c4b4b..71d283c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ # SilentDragon +[![GitHub license](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://github.com/MyHush/SilentDragon/blob/master/LICENSE) +[![GitHub version](https://badge.fury.io/gh/MyHush%2FSilentDragon.svg)](https://badge.fury.io/gh/MyHush%2FSilentDragon) +[![Github All Releases](https://img.shields.io/github/downloads/MyHush/SilentDragon/total.svg)](https://img.shields.io/github/downloads/MyHush/SilentDragon/total.svg) + +

+ + MyHushTeam's Twitter + + follow on Twitter + + follow on Mastodon + + MyHushTeam's Reddit +

SilentDragon desktop wallet for HUSH runs on Linux, Windows and macOS. This is experimental software under active development! @@ -40,7 +58,6 @@ c++. It also depends on Qt5, which you can get from you won't get the embedded hushd by default. You can either run an external hushd, or compile hushd as well. - ### Building on Linux #### Ubuntu 18.04 and 20.04: @@ -87,7 +104,6 @@ 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 cd SilentDragon @@ -113,5 +129,5 @@ The above assumes silentdragon and hush3 git repos are in the same directory. Fi ### Support -For support or other questions, Join [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam) or [Telegram](http://myhush.org/telegram) or [file an issue](https://github.com/MyHush/SilentDragon/issues). +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).