Docs: add OpenSUSE distribution information

This commit is contained in:
Michele Bologna 2019-10-01 20:59:48 +02:00 committed by GitHub
parent bba1f964b8
commit 0cd55d88bf
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