We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6659996 commit 4a66824Copy full SHA for 4a66824
README.md
@@ -111,6 +111,18 @@ scoop bucket add ovyerus https://github.com/Ovyerus/bucket
111
scoop install gfh
112
```
113
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
126
### Crate
127
128
`cargo install gfh`
0 commit comments