Skip to content

Commit ed7dd73

Browse files
authored
Merge pull request #85 from adorableio/add-imagemagick-dependency
ImageMagick is a required dependency
2 parents 5a707fc + 5e0e29c commit ed7dd73

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ This repository contains the [express middleware](https://expressjs.com/en/guide
77
Check out [our website](http://avatars.adorable.io/) for more info on (and an interactive demo of) what this service does.
88

99
## How do I use it?
10-
First, you'll need to install the package:
10+
First, you'll need to install the lone external dependency. Instructions for installing ImageMagick on a wide variety of systems are available at https://github.com/ImageMagick/ImageMagick.
11+
12+
Mac OS X users can install with homebrew:
13+
14+
```bash
15+
brew install imagemagick
16+
```
17+
18+
Next, you'll need the `adorable-avatars` package:
1119

1220
```bash
1321
npm install adorable-avatars --save

0 commit comments

Comments
 (0)