You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+27-10
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
12
12
</div>
13
13
14
-
15
14
## About
16
15
17
16
`iamb` is a Matrix client for the terminal that uses Vim keybindings. It includes support for:
@@ -40,8 +39,25 @@ Install Rust (1.70.0 or above) and Cargo, and then run:
40
39
cargo install --locked iamb
41
40
```
42
41
42
+
### Arch Linux
43
+
44
+
On Arch Linux a [package](https://aur.archlinux.org/packages/iamb-git) is available in the
45
+
Arch User Repositories (AUR). To install it simply run with your favorite AUR helper:
46
+
47
+
```
48
+
paru iamb-git
49
+
```
50
+
43
51
See [Configuration](#configuration) for getting a profile set up.
44
52
53
+
### FreeBSD
54
+
55
+
On FreeBSD a package is available from the official repositories. To install it simply run:
56
+
57
+
```
58
+
pkg install iamb
59
+
```
60
+
45
61
### NetBSD
46
62
47
63
On NetBSD a package is available from the official repositories. To install it simply run:
@@ -50,26 +66,27 @@ On NetBSD a package is available from the official repositories. To install it s
50
66
pkgin install iamb
51
67
```
52
68
53
-
### Arch Linux
69
+
### macOS
54
70
55
-
On Arch Linux a [package](https://aur.archlinux.org/packages/iamb-git) is available in the
56
-
Arch User Repositories (AUR). To install it simply run with your favorite AUR helper:
71
+
On macOS a [package](https://formulae.brew.sh/formula/iamb#default) is availabe in Homebrew's
72
+
repository. To install it simply run:
57
73
58
74
```
59
-
paru iamb-git
75
+
brew install iamb
60
76
```
61
-
### openSUSE Tumbleweed
62
77
63
-
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:
78
+
### Nix / NixOS (flake)
64
79
65
80
```
66
-
opi iamb
81
+
nix profile install "github:ulyssa/iamb"
67
82
```
68
83
69
-
### Nix / NixOS (flake)
84
+
### openSUSE Tumbleweed
85
+
86
+
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:
0 commit comments