diff --git a/README.md b/README.md index 3f8370d..5860cc1 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,7 @@ To keep submodules at their proper versions, you could include something like `git submodule update --init --recursive` in your `install.conf.json`. To upgrade your submodules to their latest versions, you could periodically run -something like the following. - -```bash -git submodule foreach 'git checkout master && git pull && cd "${toplevel}" && git add ":/${path}"' -``` +`git submodule update --init --remote`. Inspiration -----------