Skip to content

Commit

Permalink
Some installation directions might be nice for folks
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Mar 24, 2013
1 parent b15076c commit 811fc1f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

rbenv, but for node.

## Installation

To install the latest stable release:

```
git clone -b v0.2.0 https://github.com/wfarr/nodenv.git ~/.nodenv
```

Then add the following to your shell config at the end:

```
export PATH="$HOME/.nodenv/bin:$PATH"
eval "(nodenv init -)"
```

## Usage

```
Expand Down

0 comments on commit 811fc1f

Please sign in to comment.