From 0d9b6f320886e9b27356398e759d4ab28a21bacd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Feb 2026 13:04:57 -0500 Subject: [PATCH] docs: add brew install ironclaw instructions (#310) Signed-off-by: Rui Chen --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 79e084c7..d19ae1e9 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,15 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/release ``` +
+ Install via Homebrew (macOS/Linux) + +```sh +brew install ironclaw +``` + +
+
Compile the source code (Cargo on Windows, Linux, macOS)