X Tutup
Skip to content

Commit b8522f6

Browse files
authored
Add openSUSE distro package install instructions
Added the instructions to install the GitHub CLI from the openSUSE distribution repositories
1 parent c765c71 commit b8522f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/install_linux.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ Nix/NixOS users can install from [nixpkgs](https://search.nixos.org/packages?sho
145145
```bash
146146
nix-env -iA nixos.gitAndTools.gh
147147
```
148+
### openSUSE
149+
openSUSE Tumbleweed users can install from the [offical distribution repo](https://software.opensuse.org/package/gh):
150+
```bash
151+
sudo zypper in gh
152+
```
153+
This package is not available on the current release of openSUSE Leap
148154

149155
### Snaps
150156

0 commit comments

Comments
 (0)
X Tutup