diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ ### Update Wiki Content ```bash -$ git submodule update --recursive --remote +$ git submodule update --init --recursive +$ git pull --recurse-submodules ``` ### Dev Server |
