Skip to content

Instantly share code, notes, and snippets.

@ChristianBraybrooke
Created March 20, 2019 13:57
Show Gist options
  • Save ChristianBraybrooke/d70b8419effdc203235dbaf9c514cf14 to your computer and use it in GitHub Desktop.
Save ChristianBraybrooke/d70b8419effdc203235dbaf9c514cf14 to your computer and use it in GitHub Desktop.
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
sudo cp wkhtmltox/bin/wk* /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment