From 2ad51d54fa7688630a9143735f39fa6dda88520a Mon Sep 17 00:00:00 2001 From: Andres Uribe Date: Tue, 17 Sep 2024 11:52:34 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5cb699d..affdebfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,6 +35,7 @@ goose depends heavily on the https://github.com/square/exchange project, you can ```sh uv add --editable +``` then when you run goose with `uv run goose` it will be running it all from source.