Changelog
This commit is contained in:
parent
8a0f664849
commit
64722619c5
4
1.5.md
4
1.5.md
|
@ -6,6 +6,10 @@
|
|||
|
||||
- Added support for `SteamOS`.
|
||||
|
||||
### Packages
|
||||
|
||||
- Neofetch is now packaged for `Fedora` and `Fedora` based distros. Thanks **[@konimex](https://github.com/konimex)**.
|
||||
|
||||
### Info
|
||||
|
||||
**Disk Usage**<br \>
|
||||
|
|
|
@ -124,6 +124,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
|
|||
- [Gentoo / Funtoo](#gentoo--funtoo)
|
||||
- [CRUX](#crux)
|
||||
- [Debian / Ubuntu](#debian--ubuntu)
|
||||
- [Fedora](#fedora)
|
||||
- [Mac OS X](#mac-os-x)
|
||||
- [Others](#others)
|
||||
|
||||
|
@ -156,6 +157,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
|
|||
4. Install the package
|
||||
- `sudo prt-get depinst neofetch`
|
||||
|
||||
|
||||
### Debian / Ubuntu
|
||||
|
||||
1. Add the 3rd party repo
|
||||
|
@ -167,10 +169,12 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
|
|||
4. Install the package
|
||||
- `sudo apt-get install neofetch`
|
||||
|
||||
|
||||
### Mac OS X
|
||||
1. Install `neofetch` with Homebrew
|
||||
- `brew install neofetch`
|
||||
|
||||
|
||||
### Fedora
|
||||
1. Make sure you have installed `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
|
||||
- `sudo dnf install neofetch`
|
||||
|
||||
|
||||
### Others
|
||||
|
||||
1. Download the latest source at https://github.com/dylanaraps/neofetch
|
||||
|
|
Reference in New Issue