summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-11 17:46:23 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-11 17:46:23 +0300
commit33fb3ea0917c6410e9f77aafe52802712378a0a8 (patch)
treee1a46613087218f849163a12b2db2eda3d14ab4a
parent77485291629735d2ea55a590c5ce1328c0786034 (diff)
Update readme
-rw-r--r--README.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/README.md b/README.md
index 90f2832f..83ebad72 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