Add instructions for pulling updates to origin (and referenced submodules)
Most salient because most will forget about the submodules
This commit is contained in:
parent
eb1a20552a
commit
27047193ec
1 changed files with 7 additions and 0 deletions
|
@ -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*,
|
||||
|
|
Loading…
Add table
Reference in a new issue