From 0dce4ba3c234426697ddf7d1c50b24bb82d47160 Mon Sep 17 00:00:00 2001 From: Abdullah Abid Date: Sun, 10 Aug 2025 23:42:22 +0500 Subject: [PATCH] docs: update README instructions to use generate_plugin.py instead of configure_plugin.py The usage notes now reference generate_plugin.py instead of the outdated configure_plugin.py script, ensuring the documentation reflects the current workflow and avoids confusion for users following the setup instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54a562d..b840e1b 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Usage notes --- - Clone (or download) this repo. -- Run `python configure_plugin.py`, and answer the small set of prompts: +- Run `python generate_plugin.py`, and answer the small set of prompts: ```sh -$ python configure_plugin.py +$ python generate_plugin.py What platform are you targeting? (Example: Fly.io) CodeRed What's the name of your plugin package? (Example: dsd-flyio) dsd-codered Will your plugin support the --automate-all CLI arg? (yes/no) yes