aboutsummaryrefslogtreecommitdiff
path: root/README-GIT
diff options
context:
space:
mode:
Diffstat (limited to 'README-GIT')
-rw-r--r--README-GIT2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-GIT b/README-GIT
index 7a2cae1..63223bd 100644
--- a/README-GIT
+++ b/README-GIT
@@ -33,7 +33,7 @@ A few additional notes:
Instead, their updates (normally to something tagged) must be requested
explicitly:
- git submodule update --remote --checkout sqlite
+ git submodule update --remote --checkout submodules/sqlite
Note that you need a fairly recent git (e.g., 2.9) for this enforcement
to work.