From 4b464468ebbec6853b16e99cf1c4279d86658ad3 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 17 Jun 2025 20:51:57 -0400 Subject: [PATCH] Update flyer instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 334f278..477d759 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,11 @@ Run the helper script from the repository root: ./src/create_flyer.sh --from-pdf path/to/form.pdf ``` +When run interactively you'll be prompted for details such as the flyer title +and headline. The script now also asks for a **URL** and a **Tear-off link**. +These values are written into `src/config.json` and determine the QR code +targets. + The script updates `src/config.json`, regenerates QR codes, obfuscates `index-master.html` and `nostr-master.html`, and copies the resulting files plus PDFs and QR images into `host/`. The contents in that directory can then be hosted. Additional documentation is available in the `src/` directory; see [src/README.md](src/README.md) for more details on the obfuscation scripts and additional usage notes.