Skip to content

Commit d6ae192

Browse files
authored
Update Readme based on debian/ubuntu command (#95)
1 parent f28553a commit d6ae192

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,18 @@ how to resize and process images.
2929

3030
1. Install ImageMagick and/or libvips:
3131

32-
```sh
32+
In a Mac terminal:
33+
34+
```sh
3335
$ brew install imagemagick vips
3436
```
3537

38+
In a debian/ubuntu terminal:
39+
40+
```sh
41+
$ sudo apt install imagemagick libvips
42+
```
43+
3644
2. Add the gem to your Gemfile:
3745

3846
```rb
@@ -181,10 +189,17 @@ pipeline
181189

182190
Our test suite requires both `imagemagick` and `libvips` libraries to be installed.
183191

192+
In a Mac terminal:
193+
184194
```
185195
$ brew install imagemagick vips
186196
```
187197

198+
In a debian/ubuntu terminal:
199+
```shell
200+
sudo apt install imagemagick libvips
201+
```
202+
188203
Afterwards you can run tests with
189204

190205
```

0 commit comments

Comments
 (0)