We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a707fc commit ffab3c8Copy full SHA for ffab3c8
README.md
@@ -7,7 +7,13 @@ This repository contains the [express middleware](https://expressjs.com/en/guide
7
Check out [our website](http://avatars.adorable.io/) for more info on (and an interactive demo of) what this service does.
8
9
## How do I use it?
10
-First, you'll need to install the package:
+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:
17
18
```bash
19
npm install adorable-avatars --save
0 commit comments