update to 1.0.3
This commit is contained in:
parent
882f8c6d97
commit
1e52638583
|
@ -16,7 +16,7 @@ A script to install basic development tools for io.js - the new node.js - git, i
|
||||||
If you kinda know what you're doing already:
|
If you kinda know what you're doing already:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo "v1.0.1" > /tmp/IOJS_VER
|
echo "v1.0.3" > /tmp/IOJS_VER
|
||||||
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Or, if you don't need any developer tools and you *just* want io.js
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Or if you don't need any development tools
|
# Or if you don't need any development tools
|
||||||
echo "v1.0.1" > /tmp/IOJS_VER
|
echo "v1.0.3" > /tmp/IOJS_VER
|
||||||
curl -fsSL bit.ly/iojs-min | bash
|
curl -fsSL bit.ly/iojs-min | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ Now you can install io.js (the new node.js)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Specify the version of iojs to install
|
# Specify the version of iojs to install
|
||||||
echo "v1.0.1" > /tmp/IOJS_VER
|
echo "v1.0.3" > /tmp/IOJS_VER
|
||||||
|
|
||||||
# And install away!
|
# And install away!
|
||||||
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
||||||
|
@ -62,7 +62,7 @@ curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Specify the version of iojs to install
|
# Specify the version of iojs to install
|
||||||
echo "v1.0.1" > /tmp/IOJS_VER
|
echo "v1.0.3" > /tmp/IOJS_VER
|
||||||
|
|
||||||
# And install away!
|
# And install away!
|
||||||
wget -nv bit.ly/iojs-dev -O /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
wget -nv bit.ly/iojs-dev -O /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
||||||
|
|
Loading…
Reference in New Issue