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

docs: update INSTALL.md

add instruction to install qtox in openSUSE
This commit is contained in:
Andrey 2018-06-28 18:02:06 +03:00 committed by Andrey Karepin
parent 20ca6c84c8
commit c4cd1b9ac3

View File

@ -5,6 +5,7 @@
- [Arch](#arch-easy)
- [Fedora](#fedora-easy)
- [Gentoo](#gentoo-easy)
- [openSUSE](#opensuse-easy)
- [Slackware](#slackware-easy)
- [FreeBSD](#freebsd-easy)
- [Install git](#install-git)
@ -148,6 +149,24 @@ To install:
emerge qtox
```
<a name="opensuse-easy" />
#### openSUSE
qTox is available in openSUSE Factory.
To install in openSUSE 15.0 or newer:
```bash
zypper in qtox
```
To install in openSUSE 42.3:
```bash
zypper ar -f https://download.opensuse.org/repositories/server:/messaging/openSUSE_Leap_42.3 server:messaging
zypper in qtox
```
<a name="slackware-easy" />