diff --git a/README.md b/README.md
index 43b864e08a5e81827faa0b0c39b6d393e96c8aff..c57f076fb9985df0814d122a249580fcc465ec63 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
 ```