Merge pull request #1656 from dhruvildave/opensuse-install

Add opensuse zypper installation steps
This commit is contained in:
Nate Smith 2020-09-10 09:10:12 -05:00 committed by GitHub
commit b2f3c326e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,20 @@ sudo dnf install gh
### openSUSE/SUSE Linux (zypper)
It's possible that https://cli.github.com/packages/rpm/gh-cli.repo will work with zypper, but
this hasn't been tested.
Install:
```bash
sudo zypper addrepo https://cli.github.com/packages/rpm/gh-cli.repo
sudo zypper ref
sudo zypper install gh
```
Upgrade:
```bash
sudo zypper ref
sudo zypper update gh
```
## Manual installation