Add RHEL/CentOS installation

This commit is contained in:
Jeremy Lin 2017-02-17 11:15:24 -08:00
parent 28363eff4e
commit 719dd2c3af

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