From 50d2a74e80ed1209a63bad3798c427909b83be8d Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 28 Aug 2026 20:06:09 -0600 Subject: [PATCH] docs: updated README duckdb install script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d770767..9fee835 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Coyote requires the following tools to be installed on your system: * **npm:** `npm i -g @ast-grep/cli` * Optional: if `ast-grep` is not installed, the `ast_grep` tool reports it and agents fall back to `fs_grep` * [duckdb](https://duckdb.org/) (for fast, local RAGs) - * `curl https://install.duckdb.org | sh` + * `curl https://install.duckdb.org | bash` These tools are used to provide various functionalities within Coyote, such as document processing, JSON manipulation, etc., and they are used within agents and tools.