From 719dd2c3af9ba801114101ccdec1cd9e2f1bbc5d Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Fri, 17 Feb 2017 11:15:24 -0800 Subject: [PATCH] Add RHEL/CentOS installation --- Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation.md b/Installation.md index 3688d99..4b4f44c 100644 --- a/Installation.md +++ b/Installation.md @@ -15,6 +15,12 @@ $ sudo $apt_pref install git-extras $ sudo dnf install git-extras ``` +### RHEL/CentOS (requires [EPEL](https://fedoraproject.org/wiki/EPEL)) + +```bash +$ sudo yum install git-extras +``` + ### Ubuntu ```bash