Update README.md. Add note about submodules.

This commit is contained in:
Christopher Snowhill 2018-06-20 17:20:36 -07:00
parent 923440b16b
commit a7eee36cde

View file

@ -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)