diff options
author | Rose Hellsing <rose@pinkro.se> | 2025-09-09 11:05:48 +0200 |
---|---|---|
committer | Rose Hellsing <rose@pinkro.se> | 2025-09-09 11:05:48 +0200 |
commit | 9d64d651622aa4d3a8f72929a4e225f15bfeb088 (patch) | |
tree | dd03399c1ff347715e795867224291cea615e285 /README.md | |
parent | 80f21d37e820681dd07cb0ef601b4aa4f6a72af5 (diff) | |
download | nofetch-9d64d651622aa4d3a8f72929a4e225f15bfeb088.tar.gz nofetch-9d64d651622aa4d3a8f72929a4e225f15bfeb088.tar.bz2 |
adjust readme and remove install.sh
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 |