Merge pull request #1656 from dhruvildave/opensuse-install
Add opensuse zypper installation steps
This commit is contained in:
commit
b2f3c326e2
1 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue