From 4ac37de08e6e4adaeb060465a246558bdc6c2bb7 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Sun, 20 Jul 2025 14:08:27 -0700 Subject: [PATCH] docs: add FAQ --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad5bb8e..10e5d9b 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ I also _somewhat_ maintain a version of the original in the [historical-perl bra ## How to use -### Retrieving your Lineup ID - -Visit the [Retrieving Lineup ID](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) in the Wiki. - ### Node.js ```bash @@ -87,3 +83,9 @@ If you want to run zap2xml in intervals, you can use a task scheduler like `cron ### Running in Docker You can run zap2xml in a Docker container. The `SLEEP_TIME` environment variable can be used to set the interval between runs. The default is 21600 seconds (6 hours). + +## FAQ + +### How do I get my Lineup ID? + +Visit https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID