From c80a09fc2f19c31b717bee9d06f5074ddf78ee4a Mon Sep 17 00:00:00 2001 From: Raymond Berger Date: Fri, 6 Feb 2026 17:53:47 -0800 Subject: [PATCH] Fix QMD CLI installation link in memory.md (#8647) Correct the installation link for the QMD CLI in the documentation. --- docs/concepts/memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/memory.md b/docs/concepts/memory.md index 0358d60af5..e213ea5b53 100644 --- a/docs/concepts/memory.md +++ b/docs/concepts/memory.md @@ -111,7 +111,7 @@ out to QMD for retrieval. Key points: **Prereqs** - Disabled by default. Opt in per-config (`memory.backend = "qmd"`). -- Install the QMD CLI separately (`bun install -g github.com/tobi/qmd` or grab +- Install the QMD CLI separately (`bun install -g https://github.com/tobi/qmd` or grab a release) and make sure the `qmd` binary is on the gateway’s `PATH`. - QMD needs an SQLite build that allows extensions (`brew install sqlite` on macOS).