diff options
author | Xavier Roche <roche@httrack.com> | 2015-03-16 17:51:17 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2015-03-16 17:51:17 +0100 |
commit | 3d4ecc3134527696a6aae36537ab0d415aee6330 (patch) | |
tree | 08e5f6cf9f26ca6238938152c12da01b36e4801c /README.md | |
parent | 0686f359dc56ef917581d35df74587391269d84a (diff) |
Added --recurse
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |