From 7e96ac7c34c7467ef6f9ddc12fbf567d1f1a0af3 Mon Sep 17 00:00:00 2001 From: Morteza Milani Date: Wed, 20 Jun 2012 17:48:51 +0430 Subject: [PATCH] Adds `-g` for node-gyp install in website. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 90b61350..bd41bf5b 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@

Getting Started Guide

Make sure you have the latest Node.js installed.

Before you continue, install node-gyp using npm (node's package manager).

-
$ npm install node-gyp
+
$ npm install node-gyp -g

Again use npm to install AppJS.

$ npm install appjs

AppJS tries to install dependencies based on the platform you are working with.