diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-19 12:57:38 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-19 12:57:38 +0100 |
commit | a56c03c09be3452c370251fdf8387c83fa6c9d5a (patch) | |
tree | 14b32252240f6c4aa9abe2bccfd15fbf3be80eff | |
parent | cbd68d7f6df47ea4bd412b10df937b4a586ae090 (diff) | |
download | django-wkhtmltopdf-a56c03c09be3452c370251fdf8387c83fa6c9d5a.tar.gz django-wkhtmltopdf-a56c03c09be3452c370251fdf8387c83fa6c9d5a.tar.bz2 django-wkhtmltopdf-a56c03c09be3452c370251fdf8387c83fa6c9d5a.zip |
Fix link for RST
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Provides a thin Django wrapper for the `wkhtmltopdf <http://wkhtmltopdf.org>`_ b Requirements ------------ -Install the `wkhtmltopdf <http://wkhtmltopdf.org/downloads.html>`_ binary. +Install the `wkhtmltopdf static binary <http://wkhtmltopdf.org/downloads.html>`_. This requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``). |