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:
parent
20ca6c84c8
commit
c4cd1b9ac3
19
INSTALL.md
19
INSTALL.md
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user