diff options
Diffstat (limited to 'plugins/autojump/README.md')
-rw-r--r-- | plugins/autojump/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autojump/README.md b/plugins/autojump/README.md index 18ff793cd..750ff56d1 100644 --- a/plugins/autojump/README.md +++ b/plugins/autojump/README.md @@ -8,4 +8,4 @@ To use it, add `autojump` to the plugins array in your zshrc file: plugins=(... autojump) ``` -More info on the usage: https://github.com/wting/autojump +**Note:** you have to [install autojump](https://github.com/wting/autojump#installation) first. |