From ca2f33ff8f324272781c7829c3e9b7ada95e38dd Mon Sep 17 00:00:00 2001 From: Barnsa Date: Wed, 15 Jul 2020 11:28:24 +0100 Subject: [PATCH] added some extra cloning instructions for submodules (self reference). TODO: add real instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d80d5cb..84f9b74 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Programming Resources -A bunch of programming resources designed and developed for Coventry University. All the code fragments presented here are written in python 3. \ No newline at end of file +A bunch of programming resources designed and developed for Coventry University. All the code fragments presented here are written in python 3. + +Should be cloned with the "git clone --recurse-submodules" command as it contains submodules. \ No newline at end of file