Minor upgrade instruction refactor

This commit is contained in:
Denis Isidoro 2019-10-23 13:59:15 -03:00 committed by GitHub
parent bcf3f3576a
commit 3fd49ed0f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,9 +104,15 @@ Upgrading
**navi** is being actively developed and you might want to upgrade it once in a while. Please follow the instruction below depending on the installation method used:
- brew: `brew update; brew reinstall navi`
- git: `cd /opt/navi && sudo make update`
- oh-my-zsh: `cd "$(navi home)" && git pull`
```sh
# brew
brew update
brew reinstall navi
# git or oh-my-zsh
cd "$(navi home)"
git pull
```
Usage
-----