Skip to content

Commit

Permalink
Add instructions for opensuse dist in README.md (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganyadav80 authored and shiftkey committed Aug 11, 2024
1 parent 212615a commit 572b058
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ $ sudo yum install github-desktop
$ sudo dnf install github-desktop
```

### OpenSUSE distribution
```sh
$ sudo rpm --import https://packagecloud.io/shiftkey/desktop/gpgkey
$ sudo sh -c 'echo -e "[shiftkey]\nname=GitHub Desktop\nbaseurl=https://packagecloud.io/shiftkey/desktop/el/7/\$basearch\nenabled=1\ngpgcheck=0\nrepo_gpgcheck=1\ngpgkey=https://packagecloud.io/shiftkey/desktop/gpgkey" > /etc/zypp/repos.d/shiftkey-desktop.repo'
```

Then install GitHub Desktop:

```sh
# if zypper is your package manager
$ sudo zypper ref && sudo zypper in github-desktop
```

## Other Distributions

Arch Linux users can install GitHub Desktop from the
Expand Down

0 comments on commit 572b058

Please sign in to comment.