Merge pull request #158 from dawidd6/master

added quotes in curl + small cosmetical changes
This commit is contained in:
Dylan Araps 2016-03-18 10:59:40 +11:00
commit ee33d788bb
1 changed files with 6 additions and 4 deletions

View File

@ -164,15 +164,16 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
1. Add the 3rd party repo
- `echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list`
2. If you don't have curl, install it with this command
- `sudo apt-get install curl`
3. Add public key and update your repos
- `curl -L https://bintray.com/user/downloadSubjectPublicKey?username=bintray -o Release-neofetch.key && sudo apt-key add Release-neofetch.key && rm Release-neofetch.key && sudo apt-get update`
2. Add public key (you need to have curl installed)
- `curl -L "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" -o Release-neofetch.key && sudo apt-key add Release-neofetch.key && rm Release-neofetch.key`
3. Update repositories
- `sudo apt-get update`
4. Install the package
- `sudo apt-get install neofetch`
### Fedora
1. Make sure you have installed `dnf-plugins-core`
- `sudo dnf install dnf-plugins-core`
2. Enable COPR repository
@ -191,6 +192,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
* NOTE: This will only work in RHEL/CentOS 7
### Mac OS X
1. Install `neofetch` with Homebrew
- `brew install neofetch`