From aa5ea5819e62c98417bc21ea070f98e9c8571dd5 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 30 Jun 2017 09:59:18 +0200 Subject: Initial commit. --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..72d3ea8 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +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 + +to obtain the actual sources. -- cgit v1.2.3