From 1a3bacd96eab9fcfe159e902ca4fbccfa31ba61b Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Mon, 6 Nov 2017 00:51:59 +0200
Subject: [PATCH] Update README

[ci skip]
---
 README.md | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 26356ef6a..41ee62a13 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
 
-- 
GitLab