Skip to content
Snippets Groups Projects
Unverified Commit 7b9a0f08 authored by Loren Burkholder's avatar Loren Burkholder Committed by GitHub
Browse files

Update openSUSE install instructions

parent dfb8f9a1
No related branches found
No related tags found
No related merge requests found
Pipeline #2610 passed
......@@ -97,10 +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
```
If you want to add jdenticon support, run these commands as well:
```bash
sudo zypper addrepo https://download.opensuse.org/repositories/home:LorenDB/openSUSE_Tumbleweed/home:LorenDB.repo
sudo zypper refresh
sudo zypper install qt-jdenticon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment