summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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