From 75fe6b9b552d7accd67dfaa017e92b1768d1a588 Mon Sep 17 00:00:00 2001 From: "m@yim.jp" Date: Tue, 6 Jan 2026 13:08:57 +0000 Subject: [PATCH] docs: simplify homebrew install to single command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eab73ce..24a14e1 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ A terminal UI for AWS resource management ### Homebrew (macOS/Linux) ```bash -brew tap clawscli/tap -brew install --cask claws +brew install --cask clawscli/tap/claws ``` ### Install Script (macOS/Linux)