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 | |
parent | 0686f359dc56ef917581d35df74587391269d84a (diff) |
Added --recurse
-rw-r--r-- | README.md | 2 | ||||
m--------- | src/coucal | 0 |
2 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 ``` diff --git a/src/coucal b/src/coucal -Subproject afd0a56032da7b12ff7bd3f86caf9d517875e91 +Subproject 7d5326958b2b86073684c223d315f07dc452070 |