Update docs to reflect ease-of-installation

This commit is contained in:
Lovell Fuller
2015-11-10 00:04:06 +00:00
parent 05cec013fe
commit ee8fcb6109
4 changed files with 52 additions and 73 deletions

View File

@@ -4,6 +4,12 @@ The typical use case for this high speed Node.js module
is to convert large images of many formats to
smaller, web-friendly JPEG, PNG and WebP images of varying dimensions.
`npm install sharp`
A pre-built version of libvips is provided for Windows and most Linux systems.
Installation of libvips on OS X is as simple as `brew install homebrew/science/vips`.
[![Test Coverage](https://coveralls.io/repos/lovell/sharp/badge.png?branch=master)](https://coveralls.io/r/lovell/sharp?branch=master)
### Documentation