Merge pull request #301 from konimex/master

Updated installation instructions
This commit is contained in:
Dylan Araps 2016-08-07 15:51:37 +10:00 committed by GitHub
commit 91542cfb98
1 changed files with 10 additions and 3 deletions

View File

@ -37,6 +37,7 @@ Have a look at the wiki, I've updated/added some new pages!<br \>
- [Fedora / RHEL / CentOS](#fedora--rhel--centos) - [Fedora / RHEL / CentOS](#fedora--rhel--centos)
- [Void Linux](#void-linux) - [Void Linux](#void-linux)
- [BunsenLabs](#bunsenlabs) - [BunsenLabs](#bunsenlabs)
- [Slackware](#slackware)
- [Mac OS X](#mac-os-x) - [Mac OS X](#mac-os-x)
- [Others](#others) - [Others](#others)
- [Post Install](#post-install) - [Post Install](#post-install)
@ -169,6 +170,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
- [Fedora / RHEL / CentOS](#fedora--rhel--centos) - [Fedora / RHEL / CentOS](#fedora--rhel--centos)
- [Void Linux](#void-linux) - [Void Linux](#void-linux)
- [BunsenLabs](#bunsenlabs) - [BunsenLabs](#bunsenlabs)
- [Slackware](#slackware)
- [Mac OS X](#mac-os-x) - [Mac OS X](#mac-os-x)
- [Others](#others) - [Others](#others)
@ -181,7 +183,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
### Gentoo / Funtoo ### Gentoo / Funtoo
1. Add the 3rd party repo 1. Add the 3rd party repo
- `# wget https://git.io/vocNV -O /etc/portage/repos.conf/konimex.conf` - `# wget -O /etc/portage/repos.conf/konimex.conf https://git.io/vocNV`
2. Sync the repo 2. Sync the repo
- `# emerge --sync konimex` - `# emerge --sync konimex`
3. To enable additional features such as w3m and music support, enable the appropriate USE flags. For example: 3. To enable additional features such as w3m and music support, enable the appropriate USE flags. For example:
@ -255,8 +257,9 @@ Alternatively:
- `sudo dnf install neofetch` - `sudo dnf install neofetch`
### Void Linux ### Void Linux
1. Install it from the official repositories Install it from the official repositories
- `sudo xbps-install -S neofetch`
- `sudo xbps-install -S neofetch`
### BunsenLabs ### BunsenLabs
Neofetch is available in the official repos. Neofetch is available in the official repos.
@ -264,6 +267,10 @@ Neofetch is available in the official repos.
1. `sudo apt-get update` 1. `sudo apt-get update`
2. `sudo apt-get install neofetch` 2. `sudo apt-get install neofetch`
### Slackware
Download the files from [SlackBuilds](https://slackbuilds.org/repository/14.2/desktop/neofetch/) and follow [their instructions](https://slackbuilds.org/howto/).
### Mac OS X ### Mac OS X
1. Install `neofetch` with Homebrew 1. Install `neofetch` with Homebrew