thinkwork-cli 0.5.4 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,6 +5,10 @@ Deploy and manage Thinkwork AI agent stacks on AWS.
5
5
  ## Install
6
6
 
7
7
  ```bash
8
+ # Homebrew (macOS / Linux) — auto-taps thinkwork-ai/tap on first install
9
+ brew install thinkwork-ai/tap/thinkwork
10
+
11
+ # npm
8
12
  npm install -g thinkwork-cli
9
13
  ```
10
14