Update README.mkdn

Breaking off installation instructions into GitHub wiki page.
This commit is contained in:
Brett
2019-10-10 11:50:49 -05:00
committed by GitHub
parent fffee6e97e
commit a4bb9abef8

View File

@@ -14,89 +14,7 @@ command! This script is very easy to add to and can easily be extended.
## How do I get screenFetch?
### Arch Linux
1. Install `screenfetch` from the official repositories or `screenfetch-git` from the AUR. That's it!
### blackPanther OS
1. Install `screenfetch` from the official repositories, e.g.: `installing screenfetch`
### ChromeOS/ChromiumOS
0. Requires Developer Mode to be enabled. Instructions to enable it and enter the CLI are here - https://www.chromium.org/chromium-os/poking-around-your-chrome-os-device.
1. Download the executable file and put it under the `/usr/local/bin/` directory: `curl -L https://git.io/vaHfR > /usr/local/bin/screenfetch-dev`
2. Make the file executable by doing the following: `chmod +x /usr/local/bin/screenfetch-dev`
### Crux Linux
1. Install screenfetch from either [6c37/crux-ports](https://github.com/6c37/crux-ports) or [6c37/crux-ports-git](https://github.com/6c37/crux-ports-git).
### Fedora
1. Install it with dnf running: `dnf install screenfetch`
### FreeBSD
1. Install screenfetch using the [ports](https://freshports.org/sysutils/screenfetch/) system: `cd /usr/ports/sysutils/screenfetch/ && make install clean`
2. Install screenfetch as a binary package: `pkg install screenFetch`
3. Make sure fdescfs(5) and procfs(5) are mounted, they're required by bash(1).
Alternative installation for systems not needing X11 support:
1. Install screenfetch-nox11 using the [ports](https://freshports.org/sysutils/screenfetch-nox11/) system: `cd /usr/ports/sysutils/screenfetch-nox11/ && make install clean`
2. Install screenfetch as a binary package: `pkg install screenFetch-nox11`
3. Make sure fdescfs(5) and procfs(5) are mounted, they're required by bash(1).
### Fux
1. Installation: `dnf install screenfetch`
### Gentoo or Sabayon
1. Emerge screenfetch from portage using `emerge app-misc/screenfetch`
2. Sabayon users can install screenfetch from entropy using `equo install screenfetch`
### KaOS
1. Install screenfetch from the official repositories with octopi or pacman.
e.g.: `pacman -S screenfetch`
### Mac
1. Run `brew install screenfetch` after installing [Homebrew](http://brew.sh)
### Mageia
1. Install screenfetch from the official repositories with urpmi or rpmdrake.
e.g.: `urpmi screenfetch`
### MSYS2
1. Install screenfetch from the official repositories: `pacman -S screenfetch`
### Netrunner Rolling
1. Install `screenfetch-netrunner` from the official repositories.
### openSUSE
1. If using 13.2 or earlier, add "utilities" repo: `zypper ar -r http://download.opensuse.org/repositories/utilities/openSUSE_$(lsb_release -rs)/utilities.repo`
2. Install it with zypper running: `zypper install screenfetch`
### Solus
1. Install screenfetch from the official repositories by running `eopkg install screenfetch`
### Ubuntu and Debian
1. Install from the official repositories: `apt install screenfetch`
2. There is also a PPA for Ubuntu located at https://launchpad.net/%7Edjcj/+archive/ubuntu/screenfetch
### Others
1. Download the latest source at https://github.com/KittyKatt/screenFetch: `wget -O screenfetch-dev https://git.io/vaHfR`
2. In a terminal, make the file executable by doing the following: `chmod +x screenfetch-dev`
3. Then, either keep it there, or move it to somewhere in your $PATH to make it available without having to use the full path to the script.
Please see [Installation](https://github.com/KittyKatt/screenFetch/wiki/Installation).
## Running screenfetch