From b8aad1b7d83b5f98d5cec43cc65013fb53c67138 Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Wed, 29 May 2013 23:16:36 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 474873f..0f2c213 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,15 @@ Convertion to PDF takes care of `@media print` CSS rules and preserves links to Download and install wkhtmltopdf from the [project page][wkhtmltopdf_dl]. Make sure `wkhtmltopdf` is accessible from your `PATH` (Try `wkhtmltopdf -V` in your Terminal). -I'm on Mas OS X, so I created the following symlink to my `/usr/local/bin/` folder: +I'm on Mac OS X, so I created the following symlink to my `/usr/local/bin/` folder: ``` ln -s /usr/local/bin/wkhtmltopdf.app/Contents/MacOS/wkhtmltopdf /usr/local/bin/wkhtmltopdf ``` +You can also install it via homebrew: `$ brew install wkhtmltopdf`. + + ### Use it with grunt Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-wkhtmltopdf`