diff options
author | jnats <dev@jnats.xyz> | 2021-04-24 00:31:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 00:31:01 +0100 |
commit | 1a3105add6f8f7051b9c49cab8ba1433ff3e8427 (patch) | |
tree | d40c46661c854710b3cf0af132e756e9e18b0e1b /README.md | |
parent | d31f58d62b4594590d7a8f0dea706dcf09ac1e17 (diff) | |
download | nofetch-1a3105add6f8f7051b9c49cab8ba1433ff3e8427.tar.gz nofetch-1a3105add6f8f7051b9c49cab8ba1433ff3e8427.tar.bz2 |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,23 +1,25 @@ # nofetch the fetch tool that outputs nothing -ever get sick and tired of all of those x-fetch tools on r/unixporn? +ever get sick and tired of all of those xfetch tools on r/unixporn? ever just want a no-bullshit fetch? look no further than nofetch. -simply run install.sh as root, and all of your r/unixporn problems will go away. +simply run `nofetch`, and watch all of your r/unixporn problems go away. + + ## install instructions - make sure `install.sh` is executable -``` -chmod +x install.sh -``` + + `chmod +x install.sh` + - run install.sh ## dependencies: -a shell would help +- a shell would help -preferrably either doas or sudo. otherwise, run `install.sh` as root +- preferrably either doas or sudo (otherwise, run `install.sh` as root) |