Added Fedora installation instructions.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
Vitaly Zaitsev 2017-10-09 22:18:17 +05:00
parent 513f69e88a
commit 9439d68c54
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

View File

@ -62,6 +62,13 @@ 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