Skip to content

Commit 806d103

Browse files
authored
Merge pull request #242 from stefanprodan/install-archlinux-opensuse
Add install docs for Arch Linux and openSUSE
2 parents b6ccf34 + c4cabe7 commit 806d103

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

Diff for: docs/install.md

+33-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The AMD64 and ARM64 binaries can be downloaded from GitHub [releases](https://gi
1313

1414
Note that the Homebrew formula will setup shell autocompletion for Bash, Fish and Zsh.
1515

16-
=== "Install with arkade"
16+
=== "arkade"
1717

1818
Install the latest release on Windows, macOS or Linux with:
1919

@@ -23,7 +23,7 @@ The AMD64 and ARM64 binaries can be downloaded from GitHub [releases](https://gi
2323

2424
Note that the [Arkade](https://github.com/alexellis/arkade) version must be 0.9.11 or newer.
2525

26-
=== "Install with nix"
26+
=== "nix"
2727

2828
Install the latest release with [nix-env](https://nixos.org/manual/nix/unstable/command-ref/nix-env.html):
2929

@@ -33,7 +33,37 @@ The AMD64 and ARM64 binaries can be downloaded from GitHub [releases](https://gi
3333

3434
Note that the Nix package will setup shell autocompletion for Bash, Fish and Zsh.
3535

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:
53+
54+
```shell
55+
zypper install timoni
56+
```
57+
58+
To setup shell autocompletion:
59+
60+
```shell
61+
zypper install timoni-bash-completion
62+
zypper install timoni-fish-completion
63+
zypper install timoni-zsh-completion
64+
```
65+
66+
=== "from source"
3767

3868
Using Go >= 1.21:
3969

0 commit comments

Comments
 (0)