diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-04-20 11:09:32 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-04-20 11:09:32 -0700 |
commit | 6e80e02ed750faa2711c3dec1177a8ed60bb4c68 (patch) | |
tree | a98713c541da9bcd6e45c8b26d5e9acaf6592bf0 | |
parent | f090ed44704fbeedee73c8b2dea780285c14e776 (diff) |
README: mention `git clone --recursive`blender-2020
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ before sars will be able to compile, this does the trick: `git submodule update --init --recursive --remote` +*** New enough git versions support recursive clone too: +` git clone --recursive git://git.pengaru.com/sars` + Now it's fairly run of the mill autotools: ``` |