From e30e6ab383db39a2dbdbc4e7f9d507dafcdb53e3 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 11 Mar 2016 15:03:28 +0700 Subject: [PATCH] Added installation instructions for Fedora --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0755d5f7..825a2720 100644 --- a/README.md +++ b/README.md @@ -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