diff --git a/README.md b/README.md index 060e8061a..2a56272e9 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ that is: * `git submodule update --remote` +To update the submodule automatically when running `git pull` or other commands: + +* `git config --global submodule.recurse true` + #### Add/update messages for translation The `privaterelay/locales` directory is a git repository like any other, so to make changes to the messages: