From 0edee2c12c40fd29c565bb133f5b92521e0c0299 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 14 Jan 2017 11:14:28 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5fb7746..7e3c5a9 100644 --- a/README.md +++ b/README.md @@ -42,25 +42,13 @@ Build For building **shellinabox** from source on Debian or RHEL based systems use commands listed below. This will create executable file `shellinaboxd` in project directory. -1. Install dependencies +1. Clone the autotools ``` - apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf - ``` - - or - - ``` - yum install git openssl-devel pam-devel zlib-devel autoconf automake libtool + wget https://raw.githubusercontent.com/simono41/shellinabox/master/auto.sh ``` -2. Clone source files and move to project directory - - ``` - git clone https://github.com/simono41/shellinabox.git && cd shellinabox - ``` - -3. Run autotools in project directory +3. Run autotools ``` chmod +x auto.sh