Skip to content

Commit f2e76be

Browse files
author
nate smith
committed
minor wording, arrangement
1 parent 354bac8 commit f2e76be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install_linux.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ Alpine Linux users can install from the [stable releases' community packaage rep
187187
apk 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
191191
community repo through this method below, without mixing packages from stable and unstable repos.[^1]
192192

193193
```bash
194194
echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
195195
apk 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

0 commit comments

Comments
 (0)