From dada5b3154a2cb0ad7c4f3dcf2a71dcfc34c3705 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Fri, 18 Jul 2025 23:19:18 -0700 Subject: [PATCH] docs: add build for easier arg additions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 167edbc..5efcdf3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Visit the [Retrieving Lineup ID](https://github.com/jef/zap2xml/wiki/Retrieving- ### Node.js ```bash -npm i && npm run dev +npm i && npm run build && node dist/index.js ``` See [Command line arguments](#command-line-arguments) for configuration options.