aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-06-10 11:49:03 +0200
committerAnton Khirnov <anton@khirnov.net>2019-06-10 11:49:03 +0200
commitfc24750990f753ee17e6464caa457c03ab346279 (patch)
treecdb38c8551425b9a8d0b3b2a2cc5cf7d1be71b98
parentaa5ea5819e62c98417bc21ea070f98e9c8571dd5 (diff)
Fix the submodule command.HEADmaster
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 72d3ea8..ed5ddc7 100644
--- a/README
+++ b/README
@@ -1,7 +1,6 @@
This repository aggregates the repositories for the source code used in the 2017
QMS article. It links to the actual code through git submodules. Run
-git submodule init
-git submodule update --recursive
+git submodule update --init --recursive
to obtain the actual sources.