From ae78622a58954c3dfe800376cca3bb040b2a3981 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 14 Jan 2017 11:06:07 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fa3f0a2..5fb7746 100644 --- a/README.md +++ b/README.md @@ -57,19 +57,14 @@ listed below. This will create executable file `shellinaboxd` in project directo 2. Clone source files and move to project directory ``` - git clone https://github.com/shellinabox/shellinabox.git && cd shellinabox + git clone https://github.com/simono41/shellinabox.git && cd shellinabox ``` 3. Run autotools in project directory ``` - autoreconf -i - ``` - -4. Run configure and make in project directory - - ``` - ./configure && make + chmod +x auto.sh + ./auto.sh ``` #### Debian package