Update README.md
This commit is contained in:
parent
81695461b4
commit
ae78622a58
1 changed files with 3 additions and 8 deletions
11
README.md
11
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
|
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
|
3. Run autotools in project directory
|
||||||
|
|
||||||
```
|
```
|
||||||
autoreconf -i
|
chmod +x auto.sh
|
||||||
```
|
./auto.sh
|
||||||
|
|
||||||
4. Run configure and make in project directory
|
|
||||||
|
|
||||||
```
|
|
||||||
./configure && make
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Debian package
|
#### Debian package
|
||||||
|
|
Loading…
Reference in a new issue