add readme outlining process
This commit is contained in:
parent
fdc885c8c1
commit
6095da5283
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## HTML5 based fliers
|
||||
|
||||
### Generating existing fliers
|
||||
|
||||
Make sure chromium is installed, in my case (on debian 13) I ran:
|
||||
```
|
||||
sudo apt intall chromium
|
||||
```
|
||||
|
||||
Once you've verified the installation completed successfully, run a command like the one below to generate a pdf from the html files:
|
||||
```
|
||||
chromium --headless --disable-gpu --print-to-pdf="output.pdf" file:////home/<user>/git/html-fliers/<flier-folder>/index.html
|
||||
```
|
Loading…
Add table
Reference in a new issue