diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -105,10 +105,14 @@ If you would like to commit/make a PR, make sure that `themesDir` is a comment b Assuming the production install instructions were followed, keep cState updated by having an up to date Git submodule in the `themes` folder. containing this repository. Your content will stay separate, as to avoid any conflicts. +Do this from root: + ```bash -git submodule update +git submodule foreach git pull origin master ``` +More info on [Stack Overflow](https://stackoverflow.com/a/5828396). + ## FAQ ### Where do issues go? What is the frontmatter, how do I define metadata for issues? |