aboutsummaryrefslogtreecommitdiff
path: root/README-GIT
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-11-16 23:38:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-11-17 18:49:58 +0300
commit3860ef4ca137e121aa7f7ba1ff5e531d0acfef12 (patch)
treeb283df355683ebc009f0e3643c7db825ba8cd0b4 /README-GIT
parent088c7148422b9bb28c0ec54d9e76ec23c9c1ef47 (diff)
Make use of bpkg --all-pattern option in build scripts and installation documentation
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.