From 0cd55d88bf1827456760437abf86bbef8d950a70 Mon Sep 17 00:00:00 2001 From: Michele Bologna Date: Tue, 1 Oct 2019 20:59:48 +0200 Subject: [PATCH] Docs: add OpenSUSE distribution information --- Installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Installation.md b/Installation.md index feb3323..d56f057 100644 --- a/Installation.md +++ b/Installation.md @@ -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