Skip to content

Commit

Permalink
Update Readme based on debian/ubuntu command (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmtanbir committed Jan 13, 2022
1 parent f28553a commit d6ae192
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,18 @@ how to resize and process images.

1. Install ImageMagick and/or libvips:

```sh
In a Mac terminal:

```sh
$ brew install imagemagick vips
```

In a debian/ubuntu terminal:

```sh
$ sudo apt install imagemagick libvips
```

2. Add the gem to your Gemfile:

```rb
Expand Down Expand Up @@ -181,10 +189,17 @@ pipeline

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

In a Mac terminal:

```
$ brew install imagemagick vips
```

In a debian/ubuntu terminal:
```shell
sudo apt install imagemagick libvips
```

Afterwards you can run tests with

```
Expand Down

0 comments on commit d6ae192

Please sign in to comment.