diff options
author | jnats <dev@jnats.xyz> | 2021-04-24 00:25:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 00:25:47 +0100 |
commit | a4ffb9629f7d00547695382af37c7f079917e2cb (patch) | |
tree | 6deb706017fa6f0c9bbc1c4641c88715a8643619 | |
parent | 0db00e60490aa14eefc35981166640a29d39c8ce (diff) | |
download | nofetch-a4ffb9629f7d00547695382af37c7f079917e2cb.tar.gz nofetch-a4ffb9629f7d00547695382af37c7f079917e2cb.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -8,6 +8,16 @@ look no further than nofetch. simply run install.sh as root, and all of your r/unixporn problems will go away. +## install instructions + +- make sure `install.sh` is executable +``` +chmod +x install.sh +``` +- run install.sh + ## dependencies: a shell would help + +preferrably either doas or sudo. otherwise, run `install.sh` as root |