aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRose Hellsing <rose@pinkro.se>2025-09-09 11:05:48 +0200
committerRose Hellsing <rose@pinkro.se>2025-09-09 11:05:48 +0200
commit9d64d651622aa4d3a8f72929a4e225f15bfeb088 (patch)
treedd03399c1ff347715e795867224291cea615e285 /README.md
parent80f21d37e820681dd07cb0ef601b4aa4f6a72af5 (diff)
downloadnofetch-9d64d651622aa4d3a8f72929a4e225f15bfeb088.tar.gz
nofetch-9d64d651622aa4d3a8f72929a4e225f15bfeb088.tar.bz2
adjust readme and remove install.sh
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 5 insertions, 18 deletions
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