diff --git a/QUICKSTART.md b/QUICKSTART.md index cac7fd0..3cd2721 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -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: diff --git a/install.ps1 b/install.ps1 index 2e9284e..f10c3da 100644 --- a/install.ps1 +++ b/install.ps1 @@ -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 ────────────────────────────────────────────────── diff --git a/install.sh b/install.sh index f4139f2..c5d0552 100755 --- a/install.sh +++ b/install.sh @@ -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 ──────────────────────────────────────────────────