Skip to content

Commit 4a66824

Browse files
committed
docs: add AUR package
1 parent 6659996 commit 4a66824

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,18 @@ scoop bucket add ovyerus https://github.com/Ovyerus/bucket
111111
scoop install gfh
112112
```
113113

114+
### AUR (unofficial)
115+
116+
An unofficial AUR package from [wale](https://github.com/wale) is available at
117+
https://aur.archlinux.org/packages/gfh. You can use your favourite AUR helper,
118+
or you can install it manually like so:
119+
120+
```
121+
git clone https://aur.archlinux.org/gfh.git
122+
cd gfh
123+
makepkg -fsri
124+
```
125+
114126
### Crate
115127

116128
`cargo install gfh`

0 commit comments

Comments
 (0)