parent
ea0e5405f8
commit
d4c0907d85
@ -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
|
Loading…
Reference in new issue