specify version of node to install
Cette révision appartient à :
Parent
5fb6c3488e
révision
b1952e44f6
@ -6,10 +6,16 @@ A script to install basic development tools for node (git, node, gcc, etc)
|
|||||||
Works for any recent version of Ubuntu or OS X.
|
Works for any recent version of Ubuntu or OS X.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Specify the version of node to install
|
||||||
|
echo "v0.11.14" > /tmp/NODE_VER
|
||||||
|
|
||||||
|
# And install away!
|
||||||
curl -fsSL bit.ly/easy-install-node | bash
|
curl -fsSL bit.ly/easy-install-node | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
**For older versions of Ubuntu**:
|
||||||
|
|
||||||
# For older version of ubuntu
|
```bash
|
||||||
wget -nv bit.ly/easy-install-node -O - | bash
|
wget -nv bit.ly/easy-install-node -O - | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur