diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 5 insertions, 18 deletions
@@ -7,29 +7,16 @@ look no further than nofetch. simply run `nofetch`, and watch all of your r/unixporn problems go away. -**new:** append`-o` to get just the os name value! useful for piping the ACTUAL distribution or OS name into other scripts/scriptlets - - - ## install instructions -- clone the repo to your system - - `git clone https://github.com/jnats/nofetch` - -- make sure install.sh is set as executable +its a posix shell script, you can figure it out. - `chmod +x install.sh` - -- run install.sh - - `./install.sh` ## dependencies -realistically any system that has the following - -- preferrably either doas or sudo (otherwise, run `install.sh` as root) -- bash, or any other POSIX compliant shell +any sane system with: +- posix shell - grep - head - sed - cat + +if your system doesn't have those tools reconsider your choice of os please |