mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #786 from mbologna/patch-1
Docs: add OpenSUSE distribution information
This commit is contained in:
commit
eb9ddbe8a9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue