Updated Installation (markdown)
parent
55cf1c79a0
commit
30f4bee965
|
@ -2,10 +2,12 @@ This wiki page will guide you through getting neofetch working on your system.<b
|
||||||
The first and most universal way of installing neofetch is by downloading/cloning<br \>
|
The first and most universal way of installing neofetch is by downloading/cloning<br \>
|
||||||
the latest release and running the Makefile.
|
the latest release and running the Makefile.
|
||||||
|
|
||||||
### Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Universal Install](#universal-install)
|
- **[Universal Install](#universal-install)**
|
||||||
- [Distro/OS Packages](#osdistro-packages)
|
- [Latest Release](#latest-release)
|
||||||
|
- [Latest Git Master (Bleeding Edge)](#latest-git-master-bleeding-edge)
|
||||||
|
- **[Distro/OS Packages](#osdistro-packages)**
|
||||||
- [Android (Termux)](#android-termux)
|
- [Android (Termux)](#android-termux)
|
||||||
- [Arch Linux](#arch)
|
- [Arch Linux](#arch)
|
||||||
- [BunsenLabs](#bunsenlabs)
|
- [BunsenLabs](#bunsenlabs)
|
||||||
|
@ -22,7 +24,7 @@ the latest release and running the Makefile.
|
||||||
|
|
||||||
## Universal Install
|
## Universal Install
|
||||||
|
|
||||||
**Latest Release**
|
### Latest Release
|
||||||
|
|
||||||
1. Download the latest release.
|
1. Download the latest release.
|
||||||
- https://github.com/dylanaraps/neofetch/archive/1.9.1.zip
|
- https://github.com/dylanaraps/neofetch/archive/1.9.1.zip
|
||||||
|
@ -30,7 +32,7 @@ the latest release and running the Makefile.
|
||||||
- **El Capitan**: `PREFIX=/usr/local make install`
|
- **El Capitan**: `PREFIX=/usr/local make install`
|
||||||
- **NOTE**: You may have to run this as root.
|
- **NOTE**: You may have to run this as root.
|
||||||
|
|
||||||
**Latest Git Master (Bleeding Edge)**
|
### Latest Git Master (Bleeding Edge)
|
||||||
|
|
||||||
1. Git clone the repo.
|
1. Git clone the repo.
|
||||||
- `git clone https://github.com/dylanaraps/neofetch`
|
- `git clone https://github.com/dylanaraps/neofetch`
|
||||||
|
@ -51,23 +53,6 @@ does is move the files to a "sane" location. The Makefile is optional.
|
||||||
|
|
||||||
This section lists neofetch packages that have been made for specific OS/Distros.<br \>
|
This section lists neofetch packages that have been made for specific OS/Distros.<br \>
|
||||||
|
|
||||||
### Table of Contents
|
|
||||||
|
|
||||||
- [Android (Termux)](#android-termux)
|
|
||||||
- [Arch Linux](#arch)
|
|
||||||
- [BunsenLabs](#bunsenlabs)
|
|
||||||
- [CRUX](#crux)
|
|
||||||
- [Debian](#debian)
|
|
||||||
- [Fedora / RHEL / CentOS](#fedora--rhel--centos)
|
|
||||||
- [Gentoo / Funtoo](#gentoo--funtoo)
|
|
||||||
- [iOS](##ios-1)
|
|
||||||
- [macOS](#mac-os-x)
|
|
||||||
- [Slackware](#slackware)
|
|
||||||
- [Solus](#solus)
|
|
||||||
- [Ubuntu](#ubuntu)
|
|
||||||
- [Void Linux](#void-linux)
|
|
||||||
|
|
||||||
|
|
||||||
### Android (Termux)
|
### Android (Termux)
|
||||||
|
|
||||||
Neofetch is in Termux's default repos.
|
Neofetch is in Termux's default repos.
|
||||||
|
|
Loading…
Reference in New Issue