File tree 1 file changed +2
-2
lines changed
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
187
187
apk add github-cli
188
188
```
189
189
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
191
191
community repo through this method below, without mixing packages from stable and unstable repos.[ ^ 1 ]
192
192
193
193
``` bash
194
194
echo " @community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
195
195
apk add github-cli@community
196
196
```
197
197
198
+ [ ^ 1 ] : https://wiki.alpinelinux.org/wiki/Package_management#Repository_pinning
198
199
[ releases page ] : https://github.com/cli/cli/releases/latest
199
200
[ arch linux repo ] : https://www.archlinux.org/packages/community/x86_64/github-cli
200
201
[ 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