Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ When a new image size is requested of `image-resizer` via the CDN, it will pull


## Getting Started
When using Mac OS, make sure vips is installed:
```
$ brew install homebrew/science/vips
```

Then:

$ npm install -g image-resizer gulp
$ mkdir my_fancy_image_server
Expand Down