Merge pull request #11 from leifbladt/patch-1

Simplify installation instructions
This commit is contained in:
th33xitus
2020-09-04 11:31:15 +02:00
committed by GitHub

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
```