Skip to content

Commit ffab3c8

Browse files
author
jremsik
committed
ImageMagick is a required dependency
1 parent 5a707fc commit ffab3c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ 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 dependencies:
11+
12+
```bash
13+
brew install imagemagick
14+
```
15+
16+
Next, you'll need the `adorable-avatars` package:
1117

1218
```bash
1319
npm install adorable-avatars --save

0 commit comments

Comments
 (0)