From 4cdc1004c327f78967fffd2fddeeb7240aed7495 Mon Sep 17 00:00:00 2001 From: lily-de <119957291+lily-de@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:13:22 -1000 Subject: [PATCH] docs: add subheaders to the 'Other ways to run Goose' section (#155) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e950b8..1e7b0dc5 100644 --- a/README.md +++ b/README.md @@ -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!