Fix openSUSE link and installation command in README (#283)

This commit is contained in:
Joshua Smith
2024-05-25 16:40:25 -04:00
committed by GitHub
parent 6c0d126f4b
commit 14415a30fc

View File

@@ -11,7 +11,6 @@
</div> </div>
## About ## About
`iamb` is a Matrix client for the terminal that uses Vim keybindings. It includes support for: `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 paru iamb-git
``` ```
### openSUSE Tumbleweed ### 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) ### Nix / NixOS (flake)