From 677bd71b939a322760ecc56249f5bdabe423ffdf Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 19 Jul 2026 15:24:13 -0600 Subject: [PATCH] docs: added brew trust command to install example for iwe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2344bb..219121d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Coyote requires the following tools to be installed on your system: * [uv](https://docs.astral.sh/uv/getting-started/installation/) * `curl -LsSf https://astral.sh/uv/install.sh | sh` * [iwe](https://github.com/iwe-org/iwe) (`iwec`, for the built-in `iwe` MCP server that navigates large markdown knowledgebases) - * **Homebrew:** `brew tap iwe-org/iwe && brew install iwe` + * **Homebrew:** `brew tap iwe-org/iwe && brew trust --formula iwe-org/iwe/iwe && brew install iwe` * **Cargo:** `cargo install iwec` * [ast-grep](https://ast-grep.github.io/) (for the built-in `ast_grep` structural code search tool, used by the `explore` agent) * **Homebrew:** `brew install ast-grep`