Skip to content

Commit

Permalink
ImageMagick instructions #40
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Mar 3, 2015
1 parent cb11eba commit 68f9f8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ Entrez les commandes suivante dans un terminal :
- `npm install` : installe les dépendances.

Afin de pouvoir générer le favicon, vous devrez également avoir ImageMagick
présent sur votre système.
présent sur votre système:
```sh
# on a Debian based system
apt-get install imagemagick
# with OSX - http://www.imagemagick.org/script/binary-releases.php#macosx
brew install imagemagick --with-librsvg
```

## Pour travailler dessus :

Expand Down

0 comments on commit 68f9f8f

Please sign in to comment.