Skip to content

Commit

Permalink
docs(readme): add sh to
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 15, 2018
1 parent be257af commit a89d10b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ did the same by using ImageMagick `convert`.

Homebrew

```
```sh
brew install catimg
```

Arch Linux

```
```sh
yaourt -S catimg
```

Fedora 25 and later

```
```sh
dnf -y install catimg
```

## Building

```
```sh
cmake .
make install
```
Expand Down

0 comments on commit a89d10b

Please sign in to comment.