File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,15 +187,15 @@ Alpine Linux users can install from the [stable releases' community packaage rep
187187apk add github-cli
188188```
189189
190- Users wanting the latest version of the CLI without waiting to be backported into their stable release they're using should use the edge release's
190+ Users wanting the latest version of the CLI without waiting to be backported into the stable release they're using should use the edge release's
191191community repo through this method below, without mixing packages from stable and unstable repos.[ ^ 1 ]
192192
193193``` bash
194194echo " @community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
195195apk add github-cli@community
196196```
197197
198+ [ ^ 1 ] : https://wiki.alpinelinux.org/wiki/Package_management#Repository_pinning
198199[ releases page ] : https://github.com/cli/cli/releases/latest
199200[ arch linux repo ] : https://www.archlinux.org/packages/community/x86_64/github-cli
200201[ arch linux aur ] : https://aur.archlinux.org/packages/github-cli-git
201- [ ^ 1 ] : https://wiki.alpinelinux.org/wiki/Package_management#Repository_pinning
You can’t perform that action at this time.
0 commit comments