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:
parent
d21285c75b
commit
26f68ab060
11
README.md
11
README.md
|
@ -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,7 +257,8 @@ 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
|
||||||
|
@ -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
|
||||||
|
|
Reference in New Issue