From 4eacfb97a799418448980de3b4ca18622ef94ca2 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 19 Jul 2026 15:26:00 -0600 Subject: [PATCH] docs: added brew trust command to iwe install steps --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index ae15631..5f1075f 100644 --- a/Installation.md +++ b/Installation.md @@ -8,7 +8,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`