diff --git a/Docs.md b/Docs.md index 2d6c4e2..0b13894 100644 --- a/Docs.md +++ b/Docs.md @@ -4,4 +4,9 @@ ``` hugo new content/Articles/my-new-project/index.md ``` -To edit the template, change the file `archetypes/Articles.md` \ No newline at end of file +To edit the template, change the file `archetypes/Articles.md` + +If errors occur relating to missing short-codes, the theme likely needs to be pulled, +``` +git submodule update --init --recursive +``` \ No newline at end of file