summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-12-18 04:33:34 +0100
committerGitHub <noreply@github.com>2021-12-18 04:33:34 +0100
commit2d275b61da47175a8c98548e6e36c17147b4e197 (patch)
tree8eec2218864d6a95977b9dcd0f7fdd2b00f23935
parentTranslated using Weblate (Indonesian) (diff)
parentAdd openSUSE install instructions (diff)
downloadnheko-2d275b61da47175a8c98548e6e36c17147b4e197.tar.xz
Merge pull request #843 from Nheko-Reborn/openSUSE-readme
Add openSUSE install instructions
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md

index e2a2f925..b52da3d6 100644 --- a/README.md +++ b/README.md
@@ -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 ```