aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a74ef5d..66adcf0 100644
--- a/README.md
+++ b/README.md
@@ -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?