Update README.md

This commit is contained in:
Dylan Araps 2016-10-22 08:48:00 +11:00 committed by GitHub
parent 52543d4cc6
commit 9a1064f5d6
1 changed files with 14 additions and 2 deletions

View File

@ -213,7 +213,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
- [Slackware](#slackware) - [Slackware](#slackware)
- [macOS](#mac-os-x) - [macOS](#mac-os-x)
- [iOS](##ios-1) - [iOS](##ios-1)
- [Others](#others) - [Manual](#manual)
### Arch ### Arch
@ -227,6 +227,7 @@ You can install `app-misc/neofetch` from Gentoo/Funtoo's official repositories.
To install the git version of neofetch, use `=app-misc/neofetch-9999` instead. To install the git version of neofetch, use `=app-misc/neofetch-9999` instead.
### CRUX ### CRUX
1. Install git and the git ports(8) driver 1. Install git and the git ports(8) driver
@ -249,6 +250,7 @@ Or alternatively use the [port](https://raw.githubusercontent.com/6c37/crux-port
3. Install the package 3. Install the package
- `sudo pkgadd neofetch#git-*.pkg.tar.gz` - `sudo pkgadd neofetch#git-*.pkg.tar.gz`
### Ubuntu ### Ubuntu
1. Add PPA 1. Add PPA
@ -258,6 +260,7 @@ Or alternatively use the [port](https://raw.githubusercontent.com/6c37/crux-port
3. Install the package 3. Install the package
- `sudo apt install neofetch` - `sudo apt install neofetch`
### Debian ### Debian
1. Add the 3rd party repo 1. Add the 3rd party repo
@ -289,36 +292,45 @@ Alternatively:
3. Install the package 3. Install the package
- `sudo dnf install neofetch` - `sudo dnf install neofetch`
### Void Linux ### Void Linux
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.
1. `sudo apt-get update` 1. `sudo apt-get update`
2. `sudo apt-get install neofetch` 2. `sudo apt-get install neofetch`
### Solus ### Solus
Use the Software Center or type `sudo eopkg it neofetch`. Use the Software Center or type `sudo eopkg it neofetch`.
### Slackware ### Slackware
Download the files from [SlackBuilds](https://slackbuilds.org/repository/14.2/desktop/neofetch/) and follow [their instructions](https://slackbuilds.org/howto/). Download the files from [SlackBuilds](https://slackbuilds.org/repository/14.2/desktop/neofetch/) and follow [their instructions](https://slackbuilds.org/howto/).
### macOS ### macOS
1. Install `neofetch` with Homebrew 1. Install `neofetch` with Homebrew
- `brew install neofetch` - `brew install neofetch`
### iOS ### iOS
1. Add `http://dylanaraps.com/repo` to your cydia sources. 1. Add `http://dylanaraps.com/repo` to your cydia sources.
2. Install `neofetch` through cydia. 2. Install `neofetch` through cydia.
### Others
### Manual
1. Download the latest source at https://github.com/dylanaraps/neofetch 1. Download the latest source at https://github.com/dylanaraps/neofetch
2. Run `make install` inside the script directory to install the script. 2. Run `make install` inside the script directory to install the script.