summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-06 00:51:59 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-06 00:51:59 +0200
commit1a3bacd96eab9fcfe159e902ca4fbccfa31ba61b (patch)
tree8ba137510dabd0393edffdb5496aec3368fa4ab0
parente19775443acd91943175b4d1c8b6d1b99b2ee540 (diff)
Update README
[ci skip]
-rw-r--r--README.md18
1 files changed, 4 insertions, 14 deletions
diff --git a/README.md b/README.md
index 26356ef6..41ee62a1 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,12 @@ but we are getting close to a more feature complete client.
Specifically there is support for:
- Joining & leaving rooms
- Sending & receiving images and emoji.
-- Receiving typing notifications.
+- Typing notifications.
### Installation
+There are pre-built nigtly releases [here](https://github.com/mujx/nheko/releases/tag/nightly) for Linux ([AppImage](https://appimage.org/)), Mac and Windows.
+
#### Arch Linux
```bash
pacaur -S nheko-git
@@ -37,10 +39,6 @@ sudo layman -a matrix
sudo emerge -a nheko
```
-#### Windows
-
-You can find an installer [here](https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts).
-
### Build Requirements
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
@@ -105,15 +103,7 @@ make -C build
The `nheko` binary will be located in the `build` directory.
-##### MacOS
-
-You can create an app bundle with `make app`. The output will be located at
-`dist/MacOS/Nheko.app` which can be copied to `/Applications/Nheko.app`.
-
-You can also create a disk image with `make dmg`. The output will be located at
-`dist/MacOS/Nheko.dmg`
-
-##### Nix
+#### Nix
Download the repo as mentioned above and run