Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Get graph-first reasoning into OpenCode in under 5 minutes.
## Prerequisites

- [OpenCode](https://opencode.ai) installed
- [Ix Memory](https://github.com/ix-infrastructure/IX-Memory) CLI (`ix`) installed and connected to a workspace
- [Ix Memory](https://github.com/ix-infrastructure/Ix) CLI (`ix`) installed and connected to a workspace
- [Bun](https://bun.sh) installed — **required** (OpenCode's plugin runtime; all tools use Bun's `$` shell API)

Verify:
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function Assert-Command {
}

Assert-Command "OpenCode" "opencode" "install from https://opencode.ai"
Assert-Command "ix CLI" "ix" "install from https://github.com/ix-infrastructure/IX-Memory"
Assert-Command "ix CLI" "ix" "install from https://github.com/ix-infrastructure/Ix"
Assert-Command "Bun" "bun" "install from https://bun.sh"

# ── Resolve source directory ──────────────────────────────────────────────────
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ check_cmd() {
}

check_cmd "OpenCode" "opencode" "install from https://opencode.ai"
check_cmd "ix CLI" "ix" "install from https://github.com/ix-infrastructure/IX-Memory"
check_cmd "ix CLI" "ix" "install from https://github.com/ix-infrastructure/Ix"
check_cmd "Bun" "bun" "install from https://bun.sh"

# ── Resolve source directory ──────────────────────────────────────────────────
Expand Down