wkhtmltopdf

This commit is contained in:
Cayo Puigdefabregas 2021-01-28 20:07:17 +01:00
parent 5b4b7310e6
commit 0cde41042f
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ apt=(
sudo apt-get install --no-install-recommends -y ${apt[@]} sudo apt-get install --no-install-recommends -y ${apt[@]}
``` ```
It is necessary install *wkhtmltopdf*
You can install it from https://wkhtmltopdf.org/downloads.html
Clone this repository Clone this repository
```bash ```bash
git clone https://github.com/ribaguifi/django-orchestra git clone https://github.com/ribaguifi/django-orchestra