Readme
This commit is contained in:
parent
3202db4d85
commit
b268d8ecae
2 changed files with 23 additions and 2 deletions
5
1.4.md
5
1.4.md
|
@ -6,7 +6,10 @@
|
||||||
### Packages
|
### Packages
|
||||||
|
|
||||||
- Added Debian/Ubuntu package. Thanks **[@dawidd6](https://github.com/dawidd6)**
|
- Added Debian/Ubuntu package. Thanks **[@dawidd6](https://github.com/dawidd6)**
|
||||||
- Added Homebrew package for OS X. Thanks **[@iandrewt](https://github.com/iandrewt)**
|
- Added Homebrew package for OS X. \[1\] Thanks **[@iandrewt](https://github.com/iandrewt)**
|
||||||
|
|
||||||
|
\[1\] The homebrew package is still in the auditing and approval process and should be<br \>
|
||||||
|
available in less than 24 hours.
|
||||||
|
|
||||||
### Info
|
### Info
|
||||||
|
|
||||||
|
|
20
README.md
20
README.md
|
@ -18,6 +18,12 @@ your distro's logo or any ascii art of your choice!
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Dependencies](#dependencies)
|
- [Dependencies](#dependencies)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
|
- [Arch Linux](#arch)
|
||||||
|
- [Gentoo / Funtoo](#gentoo--funtoo)
|
||||||
|
- [CRUX](#crux)
|
||||||
|
- [Debian / Ubuntu](#debian--ubuntu)
|
||||||
|
- [Mac OS X](#max-os-x)
|
||||||
|
- [Others](#others)
|
||||||
- [Post Install](#post-install)
|
- [Post Install](#post-install)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Frequently Asked Questions](#frequently-asked-questions)
|
- [Frequently Asked Questions](#frequently-asked-questions)
|
||||||
|
@ -113,6 +119,14 @@ how you can workaround them.
|
||||||
|
|
||||||
https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
|
https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
|
||||||
|
|
||||||
|
- [Arch Linux](#arch)
|
||||||
|
- [Gentoo / Funtoo](#gentoo--funtoo)
|
||||||
|
- [CRUX](#crux)
|
||||||
|
- [Debian / Ubuntu](#debian--ubuntu)
|
||||||
|
- [Mac OS X](#max-os-x)
|
||||||
|
- [Others](#others)
|
||||||
|
|
||||||
|
|
||||||
### Arch
|
### Arch
|
||||||
|
|
||||||
1. Install **[neofetch-git](https://aur.archlinux.org/packages/neofetch-git/)** from the aur.
|
1. Install **[neofetch-git](https://aur.archlinux.org/packages/neofetch-git/)** from the aur.
|
||||||
|
@ -152,10 +166,14 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
|
||||||
4. Install the package
|
4. Install the package
|
||||||
- `sudo apt-get install neofetch`
|
- `sudo apt-get install neofetch`
|
||||||
|
|
||||||
### OS X
|
### Mac OS X
|
||||||
1. Install `neofetch` with Homebrew
|
1. Install `neofetch` with Homebrew
|
||||||
- `brew install neofetch`
|
- `brew install neofetch`
|
||||||
|
|
||||||
|
Note: The homebrew package is still in the auditing and approval process and should be<br \>
|
||||||
|
available in less than 24 hours.
|
||||||
|
|
||||||
|
|
||||||
### Others
|
### Others
|
||||||
|
|
||||||
1. Download the latest source at https://github.com/dylanaraps/neofetch
|
1. Download the latest source at https://github.com/dylanaraps/neofetch
|
||||||
|
|
Loading…
Reference in a new issue