From 14415a30fce786fd8cd068e75aadd29bde9cb297 Mon Sep 17 00:00:00 2001 From: Joshua Smith Date: Sat, 25 May 2024 16:40:25 -0400 Subject: [PATCH] Fix openSUSE link and installation command in README (#283) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6089d46..24def0b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ - ## About `iamb` is a Matrix client for the terminal that uses Vim keybindings. It includes support for: @@ -58,12 +57,13 @@ Arch User Repositories (AUR). To install it simply run with your favorite AUR he ``` paru iamb-git ``` + ### openSUSE Tumbleweed -On openSUSE Tumbleweed a [package](https://build.opensuse.org/package/show/home%3Asmolsheep/iamb) is available from openSUSE Build Service (OBS). To install just use OBS Package Installer: +On openSUSE Tumbleweed a [package](https://build.opensuse.org/package/show/openSUSE:Factory/iamb) is available from the official repositories. To install it simply run: ``` -opi iamb +zypper install iamb ``` ### Nix / NixOS (flake)