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: docs/install.md
+33-3
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The AMD64 and ARM64 binaries can be downloaded from GitHub [releases](https://gi
13
13
14
14
Note that the Homebrew formula will setup shell autocompletion for Bash, Fish and Zsh.
15
15
16
-
=== "Install with arkade"
16
+
=== "arkade"
17
17
18
18
Install the latest release on Windows, macOS or Linux with:
19
19
@@ -23,7 +23,7 @@ The AMD64 and ARM64 binaries can be downloaded from GitHub [releases](https://gi
23
23
24
24
Note that the [Arkade](https://github.com/alexellis/arkade) version must be 0.9.11 or newer.
25
25
26
-
=== "Install with nix"
26
+
=== "nix"
27
27
28
28
Install the latest release with [nix-env](https://nixos.org/manual/nix/unstable/command-ref/nix-env.html):
29
29
@@ -33,7 +33,37 @@ The AMD64 and ARM64 binaries can be downloaded from GitHub [releases](https://gi
33
33
34
34
Note that the Nix package will setup shell autocompletion for Bash, Fish and Zsh.
35
35
36
-
=== "Install from source"
36
+
=== "yay"
37
+
38
+
Install the latest release with [yay](https://github.com/Jguer/yay) (or another [AUR helper](https://wiki.archlinux.org/title/AUR_helpers)) for Arch Linux:
39
+
40
+
```shell
41
+
yay -S timoni
42
+
```
43
+
44
+
If you prefer to use the upstream binaries:
45
+
46
+
```shell
47
+
yay -S timoni-bin
48
+
```
49
+
50
+
=== "zypper"
51
+
52
+
Install the latest release with [zypper](https://github.com/openSUSE/zypper) for openSUSE:
0 commit comments