Simplify installation instructions

As you're already in the kiauh directory, the `chmod` command can be simplified.
This commit is contained in:
Leif Bladt
2020-09-04 09:26:29 +02:00
committed by GitHub
parent 262e489d1a
commit a23fb6b79e

View File

@@ -22,8 +22,7 @@ After you have successfully installed git, use the following commands in the giv
cd ~
git clone https://github.com/th33xitus/kiauh.git
cd kiauh
chmod +x ~/kiauh/kiauh.sh
chmod +x ~/kiauh/scripts/*
chmod +x kiauh.sh scripts/*
./kiauh.sh
```