From 895120b1cd04d6924a225aff4b07bd750355aeae Mon Sep 17 00:00:00 2001 From: Phillip Alexander Date: Thu, 26 Sep 2013 12:33:01 -0700 Subject: [PATCH] Explain how to pull updates from origin (and referenced submodules) --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 326b7354..ce706f1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -Prezto — Instantly Awesome Zsh + + Prezto — Instantly Awesome Zsh ============================== Prezto is the configuration framework for [Zsh][1]; it enriches the command line @@ -33,19 +34,19 @@ version is 4.3.10. 5. Open a new Zsh terminal window or tab. + +Updating +------------ + + git pull && git submodule update --init --recursive + + ### Troubleshooting If you are not able to find certain commands after switching to *Prezto*, modify the `PATH` variable in *~/.zshenv* then open a new Zsh terminal window or tab. -Updating --------- - -Pull the latest changes and update submodules. - - git pull && git submodule update --init --recursive - Usage -----