Added installation instructions for Fedora

This commit is contained in:
Muhammad Herdiansyah 2016-03-11 15:03:28 +07:00
parent 5f68746508
commit e30e6ab383
1 changed files with 8 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)
- [Mac OS X](#mac-os-x)
- [Fedora](#fedora)
- [Others](#others)
- [Post Install](#post-install)
- [Usage](#usage)
@ -170,6 +171,13 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
1. Install `neofetch` with Homebrew
- `brew install neofetch`
### Fedora
1. Make sure you have installed `dnf-plugins-core`
- `sudo dnf install dnf-plugins-core`
2. Enable COPR repository
- `sudo dnf copr enable konimex/neofetch`
3. Install the package
- `sudo dnf install neofetch`
### Others