diff --git a/README.md b/README.md index 4da616e..ba9a7e9 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,34 @@ wkhtmltopdf ================ -This Repo contains the Binarys from the [wkhtmltopdf project](http://wkhtmltopdf.org/). +This Repo contains the Debian 7.5 (Wheezy) Binarys from the [wkhtmltopdf project](http://wkhtmltopdf.org/). More about the functionality of wkhtmltopdf and wkthmltoimage can be found there. ## Installation _Hint_: The version of the binary is equal to the git tag. -To install the latest version, use '0.12.0'. +To install the latest version, use '0.12.1'. + +In case this package does _not_ work on your system, try installing the matching system packages from here: [http://wkhtmltopdf.org/downloads.html](http://wkhtmltopdf.org/downloads.html). ### Packagist -This package can be found on [Packagist](http://packagist.org) and installed with [Composer](https://getcomposer.org/). +This package can be found on [Packagist](http://packagist.org) and installed with [Composer](http://getcomposer.com/). + +Require the package for _i386_ with: + + php composer.phar require h4cc/wkhtmltopdf-i386 "0.12.1" -Require the package for _amd64_ with: +And for _amd64_ with: - php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.0" + php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.1" The binary will then be located at: - vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 + vendor/h4cc/wkhtmltopdf-i386/bin/wkhtmltopdf-i386 Also a symlink will be created in your configured bin/ folder, for example: - vendor/bin/wkhtmltopdf-amd64 + vendor/bin/wkhtmltopdf-i386 diff --git a/bin/wkhtmltopdf-amd64 b/bin/wkhtmltopdf-amd64 index 0189664..fa6bf87 100755 Binary files a/bin/wkhtmltopdf-amd64 and b/bin/wkhtmltopdf-amd64 differ