Skip to content

Commit f210d01

Browse files
docs(readme): add brew, aur and nix install instructions (#183)
1 parent ce29799 commit f210d01

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,30 @@ for automatic versioning, changelog generation, and more
2727

2828
## Installation
2929

30+
### Homebrew
31+
32+
> Community-maintained
33+
34+
```bash
35+
brew install koji
36+
```
37+
38+
### Arch Linux (AUR)
39+
40+
> Community-maintained
41+
42+
```bash
43+
yay -S git-koji-bin
44+
```
45+
46+
### Nix
47+
48+
> Community-maintained
49+
50+
```bash
51+
nix-shell -p koji
52+
```
53+
3054
### webi
3155

3256
```bash

0 commit comments

Comments
 (0)