Merge pull request #843 from Nheko-Reborn/openSUSE-readme

Add openSUSE install instructions
This commit is contained in:
DeepBlueV7.X 2021-12-18 04:33:34 +01:00 committed by GitHub
commit 2d275b61da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -95,6 +95,15 @@ Make sure you have the testing repositories from `edge` enabled. Note that this
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
```