Skip to content

Commit

Permalink
adds readme note regarding installation
Browse files Browse the repository at this point in the history
following the discussion at
sindresorhus/awesome-nodejs#211 (comment)
47541
  • Loading branch information
EyalAr committed Nov 11, 2014
1 parent 122dd37 commit dba6205
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Or, clone this repo and `cd lwip && npm install`.

You can run tests with `npm test`.

**Note:** Installation of this module involves compiling native code.
If `npm install lwip` failes, you probably need to setup your system.
[See instructions](https://github.com/TooTallNate/node-gyp#installation).

### Usage

**Typical workflow:**
Expand Down

0 comments on commit dba6205

Please sign in to comment.