oh-my-agent 4.2.1 → 4.3.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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/bin/cli.js +91 -91
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -92,6 +92,10 @@ Select your project type and skills will be installed to `.agents/skills/`, with
92
92
  To use the core tools globally or run the SubAgent Orchestrator:
93
93
 
94
94
  ```bash
95
+ # Homebrew (macOS/Linux)
96
+ brew install oh-my-agent
97
+
98
+ # npm/bun
95
99
  bun install --global oh-my-agent
96
100
  ```
97
101