From 33fb3ea0917c6410e9f77aafe52802712378a0a8 Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Wed, 11 Oct 2017 17:46:23 +0300
Subject: [PATCH] Update readme

---
 README.md | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 90f2832ff..83ebad722 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,11 @@ feels more like a mainstream chat app ([Riot], Telegram etc) and less like an IR
 ### Features
 
 Most of the features you would expect from a chat application are missing right now
-but you can of course receive and send messages in the rooms that you are a member of.
+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.
 
 ### Installation
 
@@ -21,6 +25,12 @@ but you can of course receive and send messages in the rooms that you are a memb
 pacaur -S nheko-git
 ```
 
+#### Fedora
+```bash
+sudo dnf copr enable xvitaly/matrix
+sudo dnf install nheko
+```
+
 #### Gentoo Linux
 ```bash
 sudo layman -a matrix
@@ -29,7 +39,7 @@ sudo emerge -a nheko
 
 #### Windows
 
-You can find a NSIS installer [here](https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts).
+You can find an installer [here](https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts).
 
 ### Build Requirements
 
@@ -62,13 +72,6 @@ sudo apt-get update
 sudo apt-get install qt58base qt58tools cmake liblmdb-dev
 ```
 
-##### Fedora
-On Fedora you can install package from COPR repository:
-```bash
-sudo dnf copr enable xvitaly/matrix
-sudo dnf install nheko
-```
-
 ##### OSX (Xcode 8 or later)
 
 ```bash
-- 
GitLab