docs: add brew install ironclaw instructions (#310)

Signed-off-by: Rui Chen <[email protected]>
This commit is contained in:
Rui Chen
2026-02-23 18:04:57 +00:00
committed by GitHub
parent 4e2dd76ae5
commit 0d9b6f3208
+9
View File
@@ -105,6 +105,15 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/release
```
</details>
<details>
<summary>Install via Homebrew (macOS/Linux)</summary>
```sh
brew install ironclaw
```
</details>
<details>
<summary>Compile the source code (Cargo on Windows, Linux, macOS)</summary>