Skip to content

Commit

Permalink
Raised version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Jul 7, 2014
1 parent 606efc3 commit 34fadf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
wkhtmltoimage
================

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/).

Require the package for _i386_ with:

php composer.phar require h4cc/wkhtmltoimage-i386 "0.12.0"
php composer.phar require h4cc/wkhtmltoimage-i386 "0.12.1"

And for _amd64_ with:

php composer.phar require h4cc/wkhtmltoimage-amd64 "0.12.0"
php composer.phar require h4cc/wkhtmltoimage-amd64 "0.12.1"

The binary will then be located at:

Expand Down
Binary file modified bin/wkhtmltoimage-amd64
Binary file not shown.

0 comments on commit 34fadf4

Please sign in to comment.