Merge pull request #786 from mbologna/patch-1

Docs: add OpenSUSE distribution information
This commit is contained in:
罗泽轩 2019-10-02 19:11:00 +08:00 committed by GitHub
commit eb9ddbe8a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,19 @@ $ sudo $apt_pref install git-extras
$ sudo dnf install git-extras
```
### OpenSUSE
Substitute your OpenSUSE version in the command below (in this case we are considering OpenSUSE 15.1):
```bash
$ sudo zypper ar https://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_Leap_15.1/devel:tools:scm.repo
```
and install it:
```bash
$ sudo zypper in -y git-extras
```
### RHEL/CentOS (requires [EPEL](https://fedoraproject.org/wiki/EPEL))
```bash