From fbf0ca02c70c95f331b627fc3116971f59625598 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sun, 3 Aug 2014 11:01:17 -0700 Subject: [PATCH] Update README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -----------