Skip to content

Commit ee82e95

Browse files
committed
Add Arch install instructions
Thanks to Caleb! https://mastodon.social/@alerque/115471455812621529
1 parent ecb6d40 commit ee82e95

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ cargo install gitopolis
3232

3333
This will download the latest release crates.io, build and install it to `~/.cargo/bin/`.
3434

35+
### Arch linux
36+
37+
[Gitopolis is in the AUR](https://aur.archlinux.org/packages/gitopolis), so you can install it with `paru` or `yay` or your AUR helper of choice.
38+
39+
```sh
40+
paru -S gitopolis
41+
```
42+
43+
or
44+
45+
```sh
46+
yay -S gitopolis
47+
```
48+
3549
## Built in help
3650

3751
gitopolis has a fully documented command system, so use `-h` to get help for each command:

0 commit comments

Comments
 (0)