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 f28553a commit d6ae192Copy full SHA for d6ae192
README.md
@@ -29,10 +29,18 @@ how to resize and process images.
29
30
1. Install ImageMagick and/or libvips:
31
32
- ```sh
+In a Mac terminal:
33
+
34
+```sh
35
$ brew install imagemagick vips
36
```
37
38
+ In a debian/ubuntu terminal:
39
40
41
+ $ sudo apt install imagemagick libvips
42
+ ```
43
44
2. Add the gem to your Gemfile:
45
46
```rb
@@ -181,10 +189,17 @@ pipeline
181
189
182
190
Our test suite requires both `imagemagick` and `libvips` libraries to be installed.
183
191
192
193
184
194
185
195
186
196
187
197
198
+In a debian/ubuntu terminal:
199
+```shell
200
+sudo apt install imagemagick libvips
201
+```
202
188
203
Afterwards you can run tests with
204
205
0 commit comments