diff options
author | jnats <dev@jnats.xyz> | 2021-04-24 11:51:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 11:51:14 +0100 |
commit | 56e7fa92ae681558c7b2933d6e49a63b2a060454 (patch) | |
tree | 075b1cf871486ee44fbf30fadbc282c4fdbd12eb | |
parent | f8009cc6ae81f3263e6903d5eeb4a5597f150ba2 (diff) | |
download | nofetch-56e7fa92ae681558c7b2933d6e49a63b2a060454.tar.gz nofetch-56e7fa92ae681558c7b2933d6e49a63b2a060454.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -12,23 +12,27 @@ simply run `nofetch`, and watch all of your r/unixporn problems go away. ## install instructions -- make sure `install.sh` is executable +- clone the repo to your system + + `git clone https://github.com/jnats/nofetch` + +- make sure install.sh is set as executable `chmod +x install.sh` - run install.sh + `./install.sh` + ## 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, or any other POSIX compliant shell (will have to change the shabang in both install and nofetch itself first) +- bash, or any other POSIX compliant shell - grep - head - sed |