We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b60e3 commit 5fe7ee3Copy full SHA for 5fe7ee3
docs/install_linux.md
@@ -195,6 +195,13 @@ echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/ap
195
apk add github-cli@community
196
```
197
198
+### Void Linux
199
+Void Linux users can install from the [official distribution repo](https://voidlinux.org/packages/?arch=x86_64&q=github-cli):
200
+
201
+```bash
202
+sudo xbps-install github-cli
203
+```
204
205
[releases page]: https://github.com/cli/cli/releases/latest
206
[arch linux repo]: https://www.archlinux.org/packages/community/x86_64/github-cli
207
[arch linux aur]: https://aur.archlinux.org/packages/github-cli-git
0 commit comments