Skip to content

Commit

Permalink
Extend documentation with svg convert reported problem. Closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Mar 23, 2019
1 parent 9392c78 commit d53ef8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
```

If you have a [problem converting SVG files](https://github.com/afaundez/jekyll-favicon/issues/9#issuecomment-473862194), you may need to install the package `librsvg2-bin`. For example, in Ubuntu/Debian systems:

```sh
sudo apt install librsvg2-bin
```

## Installation

Add this line to your application's Gemfile:
Expand Down

0 comments on commit d53ef8f

Please sign in to comment.