diff --git a/doc/installation/manual_installation.md b/doc/installation/manual_installation.md index dd73cfe49..7dd5b9a7d 100644 --- a/doc/installation/manual_installation.md +++ b/doc/installation/manual_installation.md @@ -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 ```