Skip to content

Commit

Permalink
add note about installing node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed Mar 29, 2012
1 parent 5ed7dfc commit 082e257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Assuming you've already built node, you can compile the module with `node-gyp`:
node-gyp configure
node-gyp build

Note: if you do not have node-gyp installed, install it using: `npm install -g node-gyp`

Usage - Sync
============

Expand Down

0 comments on commit 082e257

Please sign in to comment.