mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +00:00
Minor upgrade instruction refactor
This commit is contained in:
parent
bcf3f3576a
commit
3fd49ed0f2
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -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
|
||||
-----
|
||||
|
|
Loading…
Add table
Reference in a new issue