docs: getting index.md in sync with readme (#183)

This commit is contained in:
Michael Neale 2024-10-24 16:51:18 +11:00 committed by GitHub
parent 2d7eca96c6
commit 0a2c6dcf1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 41 additions and 1 deletions

View file

@ -143,6 +143,12 @@ You can run goose to do things just as a one off, such as tidying up, and then e
goose run instructions.md
```
You can also use process substitution to provide instructions directly from the command line:
```sh
goose run <(echo "Create a new Python file that prints hello world")
```
This will run until completion as best it can. You can also pass `--resume-session` and it will re-use the first session it finds for context