Merge pull request #1 from aaronraimist/readme-redsky-room
Update README to link to the room for the fork
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8f5e601d..0a2dced9 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ nheko
[](https://ci.appveyor.com/project/redsky17/nheko/branch/master)
[](https://github.com/redsky17/nheko/releases/v0.6.2)
[](https://github.com/redsky17/nheko/releases/nightly)
-[](https://matrix.to/#/#nheko:matrix.org)
+[](https://matrix.to/#/#nheko-reborn:matrix.org)
[](https://aur.archlinux.org/packages/nheko)
The motivation behind the project is to provide a native desktop app for [Matrix] that
@@ -38,7 +38,7 @@ Specifically there is support for:
### Releases
-Releases for Linux (AppImage), macOS (disk image) & Windows (x64 installer)
+Releases for Linux (AppImage), macOS (disk image) & Windows (x64 installer)
can be found in the [Github releases](https://github.com/mujx/nheko/releases).
### Repositories
@@ -98,7 +98,7 @@ sudo port install nheko
- GCC 7 (tested on Travis CI)
- MSVC 19.13 (tested on AppVeyor)
-#### Linux
+#### Linux
If you don't want to install any external dependencies, you can generate an AppImage locally using docker.
@@ -135,7 +135,7 @@ sudo add-apt-repository ppa:beineri/opt-qt592-trusty
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo add-apt-repository ppa:ubuntu-toolchain-r-test
sudo apt-get update
-sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev
+sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev
```
##### macOS (Xcode 8 or later)
|