Skip to content

Commit

Permalink
Adds -g for node-gyp install in website.
Browse files Browse the repository at this point in the history
  • Loading branch information
milani committed Jun 20, 2012
1 parent 0432cf5 commit 7e96ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -100,7 +100,7 @@ <h1>Getting Started Guide</h1>
<div class="page-body">
<p>Make sure you have the latest Node.js installed.</p>
<p>Before you continue, install node-gyp using npm (node's package manager).</p>
<pre>$ npm install node-gyp</pre>
<pre>$ npm install node-gyp -g</pre>
<p>Again use npm to install AppJS.</p>
<pre>$ npm install appjs</pre>
<p>AppJS tries to install dependencies based on the platform you are working with.</p>
Expand Down

0 comments on commit 7e96ac7

Please sign in to comment.