diff --git a/README.md b/README.md index 77c8d8d..470dd99 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ A Zsh plugin to auto-load [nodenv](https://github.com/nodenv/nodenv) and its completions into the shell. Based on the rbenv plugin from [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) + +# Installation + +Clone the plugin into custom oh-my-zsh plugins directory: +```sh +git clone https://github.com/jsahlen/nodenv.plugin.zsh ~/.oh-my-zsh/custom/plugins/nodenv +``` + +Add it in `.zshrc`: +``` +plugins=(... nodenv) +```