From d7755811186402a44167226d36d10893b309bc92 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 21 Feb 2026 14:13:29 +0900 Subject: [PATCH] feat: add Homebrew installation instructions and badge to README - Included a new badge for Homebrew installation in the README. - Added Homebrew installation instructions for macOS users to enhance accessibility. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d47e53a4..12542ea6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@    Deploy with Docker +    + + Install with Homebrew

@@ -62,6 +65,14 @@ ## Installation +### Homebrew (macOS) + +```bash +brew install --cask claude-devtools +``` + +### Direct Download + | Platform | Download | Notes | |----------|----------|-------| | **macOS** (Apple Silicon) | [`.dmg`](https://github.com/matt1398/claude-devtools/releases/latest) | Download the `arm64` asset. Drag to Applications. On first launch: right-click → Open |