Changed update recommendations authored by Brad Kennedy's avatar Brad Kennedy
...@@ -13,7 +13,8 @@ If you've decided to update you need to update all the submodules to the correct ...@@ -13,7 +13,8 @@ If you've decided to update you need to update all the submodules to the correct
``` ```
cd /path/to/your/project/dir cd /path/to/your/project/dir
git pull --recurse-submodules origin master git pull origin master
git submodule update --recursive
``` ```
You will need to do this on **both** your local machine **and** any remote servers. You will need to do this on **both** your local machine **and** any remote servers.
... ...
......