From 10820570118e7d9084568808bc52eb3bbc535202 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Wed, 16 Oct 2024 12:20:12 +1100 Subject: [PATCH] docs: correct link to plugins repo (#12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14bea55..4a99783 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ goose session start 1. Clone the goose-plugins-exemplar repository and the goose repository ```sh git clone https://github.com/block-open-source/goose -git clone github.com/square/goose-plugins +git clone https://github.com/block-open-source/goose-plugins ``` 2. Create the virtual environment for Goose in the Goose repo ```sh