Skip to content

Instantly share code, notes, and snippets.

@nowendwell
Created June 26, 2018 22:29
Show Gist options
  • Save nowendwell/00992e8754ef677d967925900e144018 to your computer and use it in GitHub Desktop.
Save nowendwell/00992e8754ef677d967925900e144018 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf
cd ~
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.3/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
tar vxf wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
cp wkhtmltox/bin/wk* /usr/local/bin/
#And you can confirm with:
#wkhtmltopdf --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment