diff options
author | Kirill Suslov <kirill.suslov@shopify.com> | 2020-08-23 15:52:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 21:52:11 +0200 |
commit | c785db621e8bdb9edb897cc7353fe87fb6e550b1 (patch) | |
tree | 8baa9f68ef07f31081021b5264980552e1ac8324 /README.md | |
parent | 03b6a72576cb0f0b53abde25d409e8026d5c4ee9 (diff) | |
download | zsh-c785db621e8bdb9edb897cc7353fe87fb6e550b1.tar.gz zsh-c785db621e8bdb9edb897cc7353fe87fb6e550b1.tar.bz2 zsh-c785db621e8bdb9edb897cc7353fe87fb6e550b1.zip |
Update README with new update command (#9203)
Note: `upgrade_oh_my_zsh` is deprecated. Use `omz update` instead.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,7 +273,7 @@ DISABLE_AUTO_UPDATE=true If you'd like to upgrade at any point in time (maybe someone just released a new plugin and you don't want to wait a week?) you just need to run: ```shell -upgrade_oh_my_zsh +omz update ``` Magic! 🎉 |