You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install_linux.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,23 @@ openSUSE Tumbleweed users can install from the [official distribution repo](http
179
179
sudo zypper in gh
180
180
```
181
181
182
+
### Alpine Linux
183
+
184
+
Alpine Linux users can install from the [stable releases' community packaage repository](https://pkgs.alpinelinux.org/packages?name=github-cli&branch=v3.15).
185
+
186
+
```bash
187
+
apk add github-cli
188
+
```
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
191
+
community repo through this method below, without mixing packages from stable and unstable repos.[^1]
0 commit comments