From 623414c0c3c99f3d149301d56e832ed309ea11d0 Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov Date: Tue, 19 May 2026 12:03:22 +0200 Subject: [PATCH] docs: align readme command examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73c11d20..0a032543 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ SQLite. ## Quick Start ```bash -npm install -g @kaelio/ktx +pnpm add --global @kaelio/ktx ktx setup ktx status ``` @@ -63,7 +63,7 @@ Agent integration ready: yes (codex:project) | `ktx status` | Check project readiness | | `ktx connection list` | List configured connections | | `ktx connection test ` | Test one connection | -| `ktx ingest ` | Build context for one connection | +| `ktx ingest ` | Build context for one connection | | `ktx ingest --all` | Build context for every configured connection | | `ktx ingest text --connection-id ` | Capture free-form notes into memory | | `ktx sl list` | List semantic-layer sources |