We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf983b3 commit 6f8cfbdCopy full SHA for 6f8cfbd
1 file changed
README.md
@@ -43,7 +43,7 @@ nightly dream cycle, and adapters for seven harnesses.
43
## Quickstart
44
45
```bash
46
-# tap + install (one-time)
+# tap + install (one-time — both lines required)
47
brew tap codejunkie99/agentic-stack https://github.com/codejunkie99/agentic-stack
48
brew install agentic-stack
49
@@ -53,6 +53,11 @@ agentic-stack claude-code
53
# or: cursor | windsurf | opencode | openclient | hermes | standalone-python
54
```
55
56
+> **Already installed? Update to the latest version:**
57
+> ```bash
58
+> brew update && brew upgrade agentic-stack
59
+> ```
60
+
61
> **Clone instead?**
62
> ```bash
63
> git clone https://github.com/codejunkie99/agentic-stack.git
0 commit comments