From 2412357bb70ebd0480fd11bd5656821cbb1ff929 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 31 Mar 2026 10:05:06 +0900 Subject: [PATCH] docs: fix QMD install command to use npm package instead of git URL --- docs/concepts/memory-qmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/memory-qmd.md b/docs/concepts/memory-qmd.md index b38d0775f9d..8bf6d56a5d1 100644 --- a/docs/concepts/memory-qmd.md +++ b/docs/concepts/memory-qmd.md @@ -25,7 +25,7 @@ binary, and can index content beyond your workspace memory files. ### Prerequisites -- Install QMD: `bun install -g https://github.com/tobi/qmd` +- Install QMD: `bun install -g @tobilu/qmd` - SQLite build that allows extensions (`brew install sqlite` on macOS). - QMD must be on the gateway's `PATH`. - macOS and Linux work out of the box. Windows is best supported via WSL2.