Skip to content

Commit

Permalink
🚢 Bump version v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Jul 19, 2015
1 parent a49ec62 commit f851881
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rbenv, but for node.
To install the latest stable release:

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

Then add the following to your shell config at the end:
Expand All @@ -25,7 +25,7 @@ ownership allows members of the group, below creates a new group, you can use
a pre-existing one also. To add a user to this group `usermod -aG nodenv user`

```
git clone -b v0.3.3 https://github.com/wfarr/nodenv.git /usr/local/lib/nodenv
git clone -b v0.3.4 https://github.com/wfarr/nodenv.git /usr/local/lib/nodenv
sudo /usr/sbin/groupadd nodenv
sudo chgrp -R /usr/local/lib/nodenv
sudo chmod g+ws /usr/local/lib/nodenv
Expand Down Expand Up @@ -69,17 +69,17 @@ See `nodenv help <command>' for information on a specific command.
nodenv install v0.8.28
# Use 0.10 versions
nodenv install v0.10.38
nodenv install v0.10.40
# Use 0.12 versions
nodenv install v0.12.2
nodenv install v0.12.7
```

### Usage with io.js
```
# Use any io.js version
nodenv install iojs-v1.6.4
nodenv install iojs-v2.4.0
# You can also install the latest version of io.js
nodenv install iojs
Expand Down

0 comments on commit f851881

Please sign in to comment.