diff --git a/READMA.md b/READMA.md new file mode 100644 index 0000000..99c4882 --- /dev/null +++ b/READMA.md @@ -0,0 +1,11 @@ +## Reminder + +After cloning this repo, the themes (which are configured as `git submodules`) won't automatically also clone. This will almost certainly cause the site not to render! + +To bring down the theme(s), issue the following from the repo root dir: + +``` +git submodule init +git submodule update +``` +HTH \ No newline at end of file