From da6d583eb9cb907bf7f09673f52d5543e66bc380 Mon Sep 17 00:00:00 2001 From: Loren Burkholder <55629213+LorenDB@users.noreply.github.com> Date: Fri, 17 Dec 2021 14:39:52 -0500 Subject: [PATCH] Add openSUSE install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ```