Added --recurse

This commit is contained in:
Xavier Roche
2015-03-16 17:51:17 +01:00
parent 0686f359dc
commit 3d4ecc3134
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ http://www.httrack.com/
## Compile trunk release
```sh
git clone https://github.com/xroche/httrack.git
git clone https://github.com/xroche/httrack.git --recurse
cd httrack
./configure --prefix=$HOME/usr && make -j8 && make install
```