Skip to content

Commit 6f8cfbd

Browse files
author
codejunkie99
committed
docs: add upgrade instructions and clarify tap requirement in quickstart
1 parent bf983b3 commit 6f8cfbd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nightly dream cycle, and adapters for seven harnesses.
4343
## Quickstart
4444

4545
```bash
46-
# tap + install (one-time)
46+
# tap + install (one-time — both lines required)
4747
brew tap codejunkie99/agentic-stack https://github.com/codejunkie99/agentic-stack
4848
brew install agentic-stack
4949

@@ -53,6 +53,11 @@ agentic-stack claude-code
5353
# or: cursor | windsurf | opencode | openclient | hermes | standalone-python
5454
```
5555

56+
> **Already installed? Update to the latest version:**
57+
> ```bash
58+
> brew update && brew upgrade agentic-stack
59+
> ```
60+
5661
> **Clone instead?**
5762
> ```bash
5863
> git clone https://github.com/codejunkie99/agentic-stack.git

0 commit comments

Comments
 (0)