1
0
Fork 0

Explain how to pull updates from origin (and referenced submodules)

pull/481/head
Phillip Alexander 11 years ago
parent a4bacb8bb9
commit 895120b1cd

@ -1,3 +1,4 @@
Prezto — Instantly Awesome Zsh Prezto — Instantly Awesome Zsh
============================== ==============================
@ -33,19 +34,19 @@ version is 4.3.10.
5. Open a new Zsh terminal window or tab. 5. Open a new Zsh terminal window or tab.
Updating
------------
git pull && git submodule update --init --recursive
### Troubleshooting ### Troubleshooting
If you are not able to find certain commands after switching to *Prezto*, 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 modify the `PATH` variable in *~/.zshenv* then open a new Zsh terminal
window or tab. window or tab.
Updating
--------
Pull the latest changes and update submodules.
git pull && git submodule update --init --recursive
Usage Usage
----- -----

Loading…
Cancel
Save