Update README.md

This commit is contained in:
Simon Rieger 2017-01-14 11:06:07 +01:00 committed by GitHub
parent 81695461b4
commit ae78622a58

View file

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