From 29b12cba450dbbccecb4ad89df25f6a4a6f232c7 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Wed, 13 May 2015 10:25:07 +0200 Subject: [PATCH] README.md: only 'apt-get install' the minimum apt-get will resolve depedencies automatically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7657269..e23de09 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ below. This will create executable file `shellinaboxd` in project directory. 1. Install dependencies ``` - apt-get install libtool autoconf git dpkg-dev debhelper autotools-dev libssl-dev libpam0g-dev zlib1g-dev libssl1.0.0 libpam0g dh-autoreconf + apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf ``` 2. Clone source files and move to project directory