summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-02-12 21:33:14 +0000
committerGitHub <noreply@github.com>2022-02-12 21:33:14 +0000
commit7d2fe812a272d93c1fcae43fcb101e8d4991393b (patch)
tree31901ad5b38ea604a9cd89364a59371fa92e4abb
parentSwitch to newer flatpak runtime (diff)
parentRemove unneeded repo (diff)
downloadnheko-7d2fe812a272d93c1fcae43fcb101e8d4991393b.tar.xz
Merge pull request #928 from Nheko-Reborn/fix-openSUSE-install
Update openSUSE install instructions
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md

index 43b864e0..c57f076f 100644 --- a/README.md +++ b/README.md
@@ -97,12 +97,20 @@ Make sure you have the testing repositories from `edge` enabled. Note that this sudo apk add nheko ``` -#### openSUSE (Leap or Tumbleweed) +#### openSUSE + +Note: these instructions have only been tested on Tumbleweed. + +First, install nheko: ```bash +sudo zypper addrepo https://download.opensuse.org/repositories/network:messaging:matrix/openSUSE_Tumbleweed/network:messaging:matrix.repo +sudo zypper ref 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 +``` + +If you want to add jdenticon support: + +```bash sudo zypper install qt-jdenticon ```