Skip to content

Commit

Permalink
Merge pull request #630 from jjlin/rhel/centos
Browse files Browse the repository at this point in the history
Add RHEL/CentOS installation
  • Loading branch information
hemanth authored Feb 18, 2017
2 parents 28363ef + 719dd2c commit 2289c25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2289c25

Please sign in to comment.