Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading