From 27047193ecf039a403df46e21ee751df1c73e2c2 Mon Sep 17 00:00:00 2001 From: Phillip Alexander Date: Sat, 14 Sep 2013 10:15:01 -0700 Subject: [PATCH] Add instructions for pulling updates to origin (and referenced submodules) Most salient because most will forget about the submodules --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d076cc89..cdf85c0b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ version is 4.3.10. 5. Open a new Zsh terminal window or tab. + +Updating +------------ + + git pull && git pull --recurse-submodules + + ### Troubleshooting If you are not able to find certain commands after switching to *Prezto*,