From d0c14b38e1f6e63251a3776193b63c2d2414a59c Mon Sep 17 00:00:00 2001 From: onryo Date: Fri, 23 Sep 2022 18:24:42 +0200 Subject: [PATCH 1/3] f yt and adding social links --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31e5cbb61..23ad9ffeb 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,11 @@ Please feel free to join us on Telegram for official support: * Mining group: https://hush.is/telegram_mining Other socials: -* Toot us @MyHushTeam on Twitter -* Follow Hush on YouTube -* Join Hush on Reddit +* Twitter: @hushisprivacy +* Matrix: @hush_main:meowchat.xyz +* PeerTube videos.hush.is +* Reddit @Myhush +* Mastodon @myhushteam@fosstodon.org ## License From d94883ad6432ec7153b652b142aa5b2704fbc83e Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 28 Oct 2022 13:26:33 +0000 Subject: [PATCH 2/3] Update 'doc/release-process.md' --- doc/release-process.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release-process.md b/doc/release-process.md index cdfbeec24..9797b2e1d 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -103,3 +103,6 @@ Install deps on Linux: - Use util/build-debian-package-ARM.sh (does this still work?) to make an ARM Debian package for the release - Upload the debian packages to the Gitea release page, with SHA256 sums +## Platform-specific notes + +Use `./util/build-mac.sh` to compile on Apple/Mac systems, use `./util/build-win.sh` to build on Windows and `./util/build-arm.sh` to build on ARMv8 systems. \ No newline at end of file From 0786c0755ad59e266a387ef07ac5a2505bac30b8 Mon Sep 17 00:00:00 2001 From: dan_s Date: Sun, 30 Oct 2022 21:14:20 -0500 Subject: [PATCH 3/3] removed "python" from apt command --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ad81f40b9..c13109788 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,7 +24,7 @@ sudo swapon /swapfile ```sh # install build dependencies sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \ - autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \ + autoconf libtool ncurses-dev unzip git zlib1g-dev wget \ bsdmainutils automake curl unzip nano libsodium-dev cmake # clone git repo git clone https://git.hush.is/hush/hush3