Updated installation instructions

Included:
- Added Installation Instructions for Slackware
- Fix for Gentoo's instruction on wget
- Small changes for Void
This commit is contained in:
Muhammad Herdiansyah 2016-08-01 16:03:14 +07:00
parent d21285c75b
commit 26f68ab060
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)
- [Void Linux](#void-linux)
- [BunsenLabs](#bunsenlabs)
- [Slackware](#slackware)
- [Mac OS X](#mac-os-x)
- [Others](#others)
- [Post Install](#post-install)
@ -169,6 +170,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
- [Fedora / RHEL / CentOS](#fedora--rhel--centos)
- [Void Linux](#void-linux)
- [BunsenLabs](#bunsenlabs)
- [Slackware](#slackware)
- [Mac OS X](#mac-os-x)
- [Others](#others)
@ -181,7 +183,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
### Gentoo / Funtoo
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
- `# emerge --sync konimex`
3. To enable additional features such as w3m and music support, enable the appropriate USE flags. For example:
@ -255,7 +257,8 @@ Alternatively:
- `sudo dnf install neofetch`
### Void Linux
1. Install it from the official repositories
Install it from the official repositories
- `sudo xbps-install -S neofetch`
### BunsenLabs
@ -264,6 +267,10 @@ Neofetch is available in the official repos.
1. `sudo apt-get update`
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
1. Install `neofetch` with Homebrew