docs: fix QMD install command to use npm package instead of git URL

This commit is contained in:
Vincent Koc 2026-03-31 10:05:06 +09:00
parent 9b6ebc1992
commit 2412357bb7
1 changed files with 1 additions and 1 deletions

View File

@ -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.