Update README

This commit is contained in:
Anish Athalye 2014-08-03 11:01:17 -07:00
parent 577cfee858
commit fbf0ca02c7
1 changed files with 1 additions and 5 deletions

View File

@ -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
-----------