Changelog

This commit is contained in:
Dylan 2016-03-11 19:40:13 +11:00
parent 8a0f664849
commit 64722619c5
2 changed files with 9 additions and 0 deletions

4
1.5.md
View File

@ -6,6 +6,10 @@
- Added support for `SteamOS`. - Added support for `SteamOS`.
### Packages
- Neofetch is now packaged for `Fedora` and `Fedora` based distros. Thanks **[@konimex](https://github.com/konimex)**.
### Info ### Info
**Disk Usage**<br \> **Disk Usage**<br \>

View File

@ -124,6 +124,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
- [Gentoo / Funtoo](#gentoo--funtoo) - [Gentoo / Funtoo](#gentoo--funtoo)
- [CRUX](#crux) - [CRUX](#crux)
- [Debian / Ubuntu](#debian--ubuntu) - [Debian / Ubuntu](#debian--ubuntu)
- [Fedora](#fedora)
- [Mac OS X](#mac-os-x) - [Mac OS X](#mac-os-x)
- [Others](#others) - [Others](#others)
@ -156,6 +157,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
4. Install the package 4. Install the package
- `sudo prt-get depinst neofetch` - `sudo prt-get depinst neofetch`
### Debian / Ubuntu ### Debian / Ubuntu
1. Add the 3rd party repo 1. Add the 3rd party repo
@ -167,10 +169,12 @@ 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`
### Mac OS X ### Mac OS X
1. Install `neofetch` with Homebrew 1. Install `neofetch` with Homebrew
- `brew install neofetch` - `brew install neofetch`
### Fedora ### Fedora
1. Make sure you have installed `dnf-plugins-core` 1. Make sure you have installed `dnf-plugins-core`
- `sudo dnf install dnf-plugins-core` - `sudo dnf install dnf-plugins-core`
@ -179,6 +183,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
3. Install the package 3. Install the package
- `sudo dnf install neofetch` - `sudo dnf install neofetch`
### Others ### Others
1. Download the latest source at https://github.com/dylanaraps/neofetch 1. Download the latest source at https://github.com/dylanaraps/neofetch