From fc24750990f753ee17e6464caa457c03ab346279 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 10 Jun 2019 11:49:03 +0200 Subject: Fix the submodule command. --- README | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3