mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add openSUSE install instructions
This commit is contained in:
parent
123aeeadaa
commit
da6d583eb9
1 changed files with 9 additions and 0 deletions
|
@ -95,6 +95,15 @@ Make sure you have the testing repositories from `edge` enabled. Note that this
|
||||||
sudo apk add nheko
|
sudo apk add nheko
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### openSUSE (Leap or Tumbleweed)
|
||||||
|
```bash
|
||||||
|
sudo zypper in nheko
|
||||||
|
# If you want to add identicon support and are using Tumbleweed, run these as well
|
||||||
|
sudo zypper addrepo https://download.opensuse.org/repositories/home:LorenDB/openSUSE_Tumbleweed/home:LorenDB.repo
|
||||||
|
sudo zypper refresh
|
||||||
|
sudo zypper install qt-jdenticon
|
||||||
|
```
|
||||||
|
|
||||||
#### Flatpak
|
#### Flatpak
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue