mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Fix openSUSE link and installation command in README (#283)
This commit is contained in:
parent
6c0d126f4b
commit
14415a30fc
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue