Added installation instructions for RHEL and CentOS

This commit is contained in:
Muhammad Herdiansyah 2016-03-11 17:30:22 +07:00
parent 3bb97bc04c
commit 2f66347189
1 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,7 @@ your distro's logo or any ascii art of your choice!
- [CRUX](#crux)
- [Debian / Ubuntu](#debian--ubuntu)
- [Fedora](#fedora)
- [RHEL / CentOS](#rhel--centos)
- [Mac OS X](#mac-os-x)
- [Others](#others)
- [Post Install](#post-install)
@ -125,6 +126,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
- [CRUX](#crux)
- [Debian / Ubuntu](#debian--ubuntu)
- [Fedora](#fedora)
- [RHEL / CentOS](#rhel--centos)
- [Mac OS X](#mac-os-x)
- [Others](#others)
@ -178,6 +180,14 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
3. Install the package
- `sudo dnf install neofetch`
### RHEL / CentOS
1. Change your working directory to `/etc/yum.repos.d`
- `cd /etc/yum.repos.d`
2. Fetch the repo file
- `wget https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo`
3. Install the package
- `sudo yum install neofetch`
### Mac OS X
1. Install `neofetch` with Homebrew