1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(build): Add Fedora simple install instructions

This commit is contained in:
eclipseo 2018-03-20 14:34:55 +01:00 committed by Robert-André Mauchin
parent c2410e0a65
commit 10b48ff538

View File

@ -3,6 +3,7 @@
- [Linux](#linux)
- [Simple install](#simple-install)
- [Arch](#arch-easy)
- [Fedora](#fedora-easy)
- [Gentoo](#gentoo-easy)
- [Slackware](#slackware-easy)
- [FreeBSD](#freebsd-easy)
@ -116,6 +117,7 @@ To enable: `-DENABLE_APPINDICATOR=True`
Easy qTox install is provided for variety of distributions:
* [Arch](#arch)
* [Fedora](#fedora)
* [Gentoo](#gentoo)
* [Slackware](#slackware)
@ -131,6 +133,16 @@ PKGBUILD is available in the `community` repo, to install:
pacman -S qtox
```
<a name="fedora-easy" />
#### Fedora
qTox is available in the [RPMFusion](https://rpmfusion.org/) repo, to install:
```bash
dnf install qtox
```
<a name="gentoo-easy" />
#### Gentoo