From aacff80984a4445bfd7be89201e32d6b10827c89 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 26 Sep 2013 14:06:54 -0400 Subject: [PATCH] [Fix #477] Add instructions for updating Prezto --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d076cc8..326b735 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ 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 -----