Skip to content

Commit

Permalink
Merge pull request #3 from hannesvdvreken/master
Browse files Browse the repository at this point in the history
Typo: i386 -> amd64
  • Loading branch information
h4cc committed Mar 24, 2014
2 parents f80f2a9 + d994019 commit babdf55
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@ To install the latest version, use '0.12.0'.

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/wkhtmltopdf-i386 "0.12.0"

And for _amd64_ with:
Require the package for _amd64_ with:

php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.0"

The binary will then be located at:

vendor/h4cc/wkhtmltopdf-i386/bin/wkhtmltopdf-i386
vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64

Also a symlink will be created in your configured bin/ folder, for example:

vendor/bin/wkhtmltopdf-i386
vendor/bin/wkhtmltopdf-amd64

0 comments on commit babdf55

Please sign in to comment.