docs: align CLI install package manager guidance (#148)

* docs: align CLI install package manager guidance

* test: update CLI install docs expectation
This commit is contained in:
Andrey Avtomonov 2026-05-19 16:41:01 +02:00 committed by GitHub
parent 9c07038368
commit 75bb4f9497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ to install and configure ktx
## Quick Start
```bash
pnpm add --global @kaelio/ktx
npm install -g @kaelio/ktx
ktx setup
ktx status
```