Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Installation

.. code-block:: bash

$ brew install caskroom/cask/wkhtmltopdf
$ brew install homebrew/cask-cask/wkhtmltopdf
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ brew install homebrew/cask-cask/wkhtmltopdf
$ brew cask install wkhtmltopdf

As outlined in #149 (comment) brew specifies the correct method as brew cask install.

I have also created #168 as I hadn't seen this one but only one is necessary so I can close mine as well.


**Warning!** Version in debian/ubuntu repos have reduced functionality (because it compiled without the wkhtmltopdf QT patches), such as adding outlines, headers, footers, TOC etc. To use this options you should install static binary from `wkhtmltopdf <http://wkhtmltopdf.org/>`_ site or you can use `this script <https://github.com/JazzCore/python-pdfkit/blob/master/travis/before-script.sh>`_.

Expand Down