Skip to content

Commit

Permalink
Update the example in the README to be a more complex example.
Browse files Browse the repository at this point in the history
Part of #36.
  • Loading branch information
jkomoros committed Jul 4, 2023
1 parent 3d02948 commit 5533697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ Run the command `npm run build`.

Run `node tools/garden/main.js`. This will run the default '' seed.

You can also select a different seed by running `node tools/garden/main.js --seed input-prompt`. You can change `input-prompt` to be any seed.
You can also select a different seed by running `node tools/garden/main.js --seed name-limerick`. You can change `name-limerick` to be any seed.

You can also execute remote seeds from the command line: `node tools/garden/main.js --seed https://raw.githubusercontent.com/jkomoros/prompt-garden/main/seeds/example-basic.json#hello-world`


You can also install the command: by running `npm install -g .` . This makes it available as `garden` instead of `node tools/garden/main.js`.

Run `garden`. You can pick a non-default seed to grow by running `garden --seed SEED_ID`.
Expand Down

0 comments on commit 5533697

Please sign in to comment.