docs: add subheaders to the 'Other ways to run Goose' section (#155)

This commit is contained in:
lily-de
2024-10-15 13:13:22 -10:00
committed by GitHub
parent 89650f8a50
commit 4cdc1004c3

View File

@@ -162,9 +162,13 @@ We have some experimental IDE integrations for VSCode and JetBrains IDEs:
* https://github.com/square/goose-vscode
* https://github.com/Kvadratni/goose-intellij
There is also an experimental github action to run goose as part of your workflow (for example if you ask it to fix an issue):
**Goose as a Github Action**
There is also an experimental Github action to run goose as part of your workflow (for example if you ask it to fix an issue):
https://github.com/marketplace/actions/goose-ai-developer-agent
**With Docker**
There is also a `Dockerfile` in the root of this project you can use if you want to run goose in a sandboxed fashion.
## Getting involved!