aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnats <dev@jnats.xyz>2021-04-24 11:51:14 +0100
committerGitHub <noreply@github.com>2021-04-24 11:51:14 +0100
commit56e7fa92ae681558c7b2933d6e49a63b2a060454 (patch)
tree075b1cf871486ee44fbf30fadbc282c4fdbd12eb
parentf8009cc6ae81f3263e6903d5eeb4a5597f150ba2 (diff)
downloadnofetch-56e7fa92ae681558c7b2933d6e49a63b2a060454.tar.gz
nofetch-56e7fa92ae681558c7b2933d6e49a63b2a060454.tar.bz2
Update README.md
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 35c75c2..9b4218f 100644
--- a/README.md
+++ b/README.md
@@ -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