From 9d64d651622aa4d3a8f72929a4e225f15bfeb088 Mon Sep 17 00:00:00 2001 From: Rose Hellsing Date: Tue, 9 Sep 2025 11:05:48 +0200 Subject: adjust readme and remove install.sh --- README.md | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c59735b..96323e4 100644 --- a/README.md +++ b/README.md @@ -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 - -![](screenshot.png) - ## 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 -- cgit v1.2.3