From a7eee36cded9716ec6d6c26c5455293454478213 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Wed, 20 Jun 2018 17:20:36 -0700 Subject: [PATCH] Update README.md. Add note about submodules. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc495f694..c3d575d34 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ add which seem like they would be useful to me or others. Up to date binaries will be available at the following link: -http://kode54.net/cog/ +https://kode54.net/cog/ + +--Christopher Snowhill (chris@kode54.net) + +ADDENDUM - 2018-06-21 + +You will need to run the following to retrieve all the source code: + +``` +git submodule update --init --recursive +``` --Christopher Snowhill (chris@kode54.net)