Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

add simple installation step #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
```