aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2018-08-02 19:16:07 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2018-08-02 19:16:07 +0300
commit1f1d50cb4722c7064e7d3a66d91d8dfa0f610cac (patch)
tree0aec86b893356e405c570d783349f920685704fb /README.md
parent86373cd7132dfc79fee8931764c1b3b67fe597c7 (diff)
Fix docs, 'cuz they're wrong
Diffstat (limited to 'README.md')
-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?