html-fliers/README.md

13 lines
311 B
Markdown
Raw Normal View History

2025-05-22 17:01:29 -04:00
## HTML5 based fliers
### Generating existing fliers
2025-05-22 17:09:03 -04:00
Make sure the deps are installed, in my case (on debian 13) I ran:
2025-05-22 17:01:29 -04:00
```
2025-05-22 17:09:03 -04:00
sudo apt intall chromium imagemagick
2025-05-22 17:01:29 -04:00
```
2025-05-22 17:09:03 -04:00
Once you've verified the installation completed successfully, run the provided script to generate a pdf/png from the html files:
2025-05-22 17:01:29 -04:00
```
2025-05-22 17:09:03 -04:00
./gen
2025-05-22 17:01:29 -04:00
```