fix: oh-my-zsh update no longer invokes make install.

This commit is contained in:
Alexandre Beaulieu 2019-10-01 18:23:51 -04:00
parent f6f643cec2
commit 022aee2b13
No known key found for this signature in database
GPG Key ID: 8B02EA7AE3FC7081

View File

@ -92,7 +92,7 @@ Upgrading
- brew: `brew update; brew reinstall navi`
- git: `cd /opt/navi && sudo make update`
- oh-my-zsh: `cd "$(navi home)" && sudo make update`
- oh-my-zsh: `cd "$(navi home)" && git pull`
Usage
-----