Skip to content

Commit eb9ddbe

Browse files
authored
Merge pull request #786 from mbologna/patch-1
Docs: add OpenSUSE distribution information
2 parents bba1f96 + 0cd55d8 commit eb9ddbe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Installation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ $ sudo $apt_pref install git-extras
2424
$ sudo dnf install git-extras
2525
```
2626

27+
### OpenSUSE
28+
29+
Substitute your OpenSUSE version in the command below (in this case we are considering OpenSUSE 15.1):
30+
```bash
31+
$ sudo zypper ar https://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_Leap_15.1/devel:tools:scm.repo
32+
```
33+
34+
and install it:
35+
36+
```bash
37+
$ sudo zypper in -y git-extras
38+
```
39+
2740
### RHEL/CentOS (requires [EPEL](https://fedoraproject.org/wiki/EPEL))
2841

2942
```bash

0 commit comments

Comments
 (0)