Skip to content

Commit

Permalink
Update documentation, node-mmap can now be installed through npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Feb 12, 2011
1 parent b469276 commit 98aeb0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -2,9 +2,13 @@


mmap(2) bindings for node.js - stop slurping, start mapping. mmap(2) bindings for node.js - stop slurping, start mapping.


## Compiling ## Installing


Easy as pie: Through [npm](http://npmjs.org/):

npm install mmap

Or compile it from source with this one-liner:


node-waf configure build install node-waf configure build install


Expand Down Expand Up @@ -55,4 +59,4 @@ The file is automatically unmapped when the buffer object is garbage collected.


## Limitations ## Limitations


* Specifying the memory address is not implemented. I couldn't think of a reason why you would want to do that from JavaScript. Convince me otherwise. :-) * Specifying the memory address is not implemented. I couldn't think of a reason why you would want to do that from JavaScript. Convince me otherwise. :-)

0 comments on commit 98aeb0d

Please sign in to comment.