Update manual_installation.md

This commit is contained in:
Olivier Lambert 2014-09-08 16:35:32 +02:00
parent c64e2a17c7
commit 1f5769ff5e

View File

@ -18,7 +18,7 @@ XO needs Node.js. You can install it:
We'll use `n` because it's powerful and flexible. First, you need `wget` and `curl`. Then, install it as root:
```bash
wget https://raw.githubusercontent.com/visionmedia/n/master/bin/n -O /usr/local/bin/n
curl -o /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n
chmod +x /usr/local/bin/n
n stable
```