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
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
diff --git a/doc/release-process.md b/doc/release-process.md
index 1ef2a3ae7..4c706bd18 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -111,3 +111,6 @@ Install deps on Linux:
- Upload the debian packages to the Gitea release page, with SHA256 sums
- Figure out how to update https://faq.hush.is/rpc/ for new release
+## 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