From b4496603ed485db7a956c022ecbb2d423e44dc85 Mon Sep 17 00:00:00 2001 From: th33xitus <31533186+th33xitus@users.noreply.github.com> Date: Sat, 18 Jul 2020 15:17:50 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf2953b..da3dbd1 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,14 @@ Give it a try if you want and if you have suggestions or encounter any problems, [![kiauh](https://abload.de/img/putty_20-05-22_18-49-1nkaa.png)](https://abload.de/image.php?img=putty_20-05-22_18-49-1nkaa.png) ## Instructions: -In order to run this script you have to make it executable. Use the following commands in the given order to download and execute the script. +If you don't have git already installed, please install it first: +`sudo apt-get install git -y` + +After you made sure to have git installed, use the following commands in the given order to download and execute the script. ``` cd ~ -git clone https://github.com/th33xitus/KIAUH.git -cd ~/KIAUH +git clone https://github.com/th33xitus/kiauh.git +cd ~/kiauh chmod +x kiauh.sh ./kiauh.sh ```