Merge pull request #630 from jjlin/rhel/centos

Add RHEL/CentOS installation
This commit is contained in:
hemanth.hm 2017-02-18 13:14:40 +05:30 committed by GitHub
commit 2289c25029

View file

@ -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