Update README.md
This commit is contained in:
parent
6bb1b6a612
commit
158d114aeb
|
@ -4,8 +4,6 @@ A script to install basic development tools for iojs (git, iojs, gcc, pkg-config
|
|||
|
||||
Works for any recent version of Ubuntu or OS X.
|
||||
|
||||
**NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer.
|
||||
|
||||
```bash
|
||||
# Specify the version of iojs to install
|
||||
echo "v1.0.1" > /tmp/IOJS_VER
|
||||
|
@ -14,6 +12,9 @@ echo "v1.0.1" > /tmp/IOJS_VER
|
|||
curl -fsSL bit.ly/install-iojs | bash
|
||||
```
|
||||
|
||||
**NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer.
|
||||
|
||||
|
||||
**For older versions of Ubuntu**:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue