ChromeOS/ChromiumOS instruction added

This commit is contained in:
Ihor Dvoretskyi
2016-09-27 19:47:46 +03:00
committed by GitHub
parent fdaec531e6
commit c6ce7d2df3

View File

@@ -68,6 +68,12 @@ command! This script is very easy to add to and can easily be extended.
1. Install screenfetch from the official repositories: `pacman -S 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: wget -P /usr/local/bin/ https://raw.githubusercontent.com/KittyKatt/screenFetch/master/screenfetch-dev
2. Make the file executable by doing the following: `chmod +x /usr/local/bin/screenfetch-dev`
### Others
1. Download the latest source at https://github.com/KittyKatt/screenFetch