Explain how to pull updates from origin (and referenced submodules)
This commit is contained in:
parent
a4bacb8bb9
commit
895120b1cd
1 changed files with 9 additions and 8 deletions
17
README.md
17
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
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue