diff options
author | jnats <dev@jnats.xyz> | 2021-04-24 13:31:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 13:31:07 +0100 |
commit | 050f4069aad43e44513aaa95ec119743f3ecd38f (patch) | |
tree | e63777a6520446cedcff6929760ea74343072197 /README.md | |
parent | 56e7fa92ae681558c7b2933d6e49a63b2a060454 (diff) | |
download | nofetch-050f4069aad43e44513aaa95ec119743f3ecd38f.tar.gz nofetch-050f4069aad43e44513aaa95ec119743f3ecd38f.tar.bz2 |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -25,16 +25,11 @@ simply run `nofetch`, and watch all of your r/unixporn problems go away. `./install.sh` ## dependencies - -- a shell would help - -- preferrably either doas or sudo (otherwise, run `install.sh` as root) - 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 - grep - head - sed - cat -- /etc/os-release |