Added Fedora installation instructions. (#92)

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
Vitaly Zaitsev 2017-10-10 00:09:01 +05:00 committed by mujx
parent 513f69e88a
commit 1c53fed36d
1 changed files with 7 additions and 0 deletions

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