diff options
author | jnats <dev@jnats.xyz> | 2021-04-24 00:50:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 00:50:50 +0100 |
commit | 28f92512be0d0ae31bdd56a1e99dc70b38307f08 (patch) | |
tree | a48228d3c7f27f6e5ffb1373a4e54c7157635e82 /README.md | |
parent | 1a3105add6f8f7051b9c49cab8ba1433ff3e8427 (diff) | |
download | nofetch-28f92512be0d0ae31bdd56a1e99dc70b38307f08.tar.gz nofetch-28f92512be0d0ae31bdd56a1e99dc70b38307f08.tar.bz2 |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -18,8 +18,19 @@ simply run `nofetch`, and watch all of your r/unixporn problems go away. - run install.sh -## dependencies: +## dependencies - a shell would help - preferrably either doas or sudo (otherwise, run `install.sh` as root) + +## os compatability + +realistically any system that has the following + +- bash +- grep +- head +- sed +- cat +- /etc/os-release |