diff options
author | Matthew Robben <mattr@terrarium.io> | 2013-06-06 02:18:25 -0300 |
---|---|---|
committer | Matthew Robben <mattr@terrarium.io> | 2013-06-06 02:18:25 -0300 |
commit | b1f41f6fa5fbfb9317704fa1416a8d081b4e2310 (patch) | |
tree | e19c7c798bd39828dfa95229b3beb9a3f6dabae3 | |
parent | 86a889ea083d341ba2bc48656008e5af46a3df2d (diff) | |
download | zsh-b1f41f6fa5fbfb9317704fa1416a8d081b4e2310.tar.gz zsh-b1f41f6fa5fbfb9317704fa1416a8d081b4e2310.tar.bz2 zsh-b1f41f6fa5fbfb9317704fa1416a8d081b4e2310.zip |
Update README.textile
Add upgrade command to docs. I canceled the prompt once and went hunting for this so I could upgrade.
-rw-r--r-- | README.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.textile b/README.textile index 5f8067499..1916d9f4e 100644 --- a/README.textile +++ b/README.textile @@ -72,6 +72,8 @@ To disable updates entirely, put this in your ~/.zshrc @DISABLE_AUTO_UPDATE=true@ +To upgrade directly from the command line, just run @upgrade_oh_my_zsh@ + h3. Uninstalling If you want to uninstall it, just run @uninstall_oh_my_zsh@ from the command line and it'll remove itself and revert you to bash (or your previous zsh config). |