mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
docs: document upgrading to the latest ktx version (#273)
* docs: document upgrading to the latest ktx version Install instructions existed but nothing told users how to upgrade an existing install. Add a minimal upgrade note to the README and to the quickstart install section showing `npm install -g @kaelio/ktx@latest`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * nitpick --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
07bbdefa14
commit
7ece0b63d3
2 changed files with 14 additions and 0 deletions
|
|
@ -143,6 +143,14 @@ Agent integration ready: yes (codex:project)
|
||||||
> If `ktx status` prints `ktx mcp start --project-dir ...`, run it before
|
> If `ktx status` prints `ktx mcp start --project-dir ...`, run it before
|
||||||
> opening your agent client.
|
> opening your agent client.
|
||||||
|
|
||||||
|
## Upgrading
|
||||||
|
|
||||||
|
Re-run the global install with the `@latest` tag:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install -g @kaelio/ktx@latest
|
||||||
|
```
|
||||||
|
|
||||||
## First commands
|
## First commands
|
||||||
|
|
||||||
| Command | Purpose |
|
| Command | Purpose |
|
||||||
|
|
|
||||||
|
|
@ -191,6 +191,12 @@ Install the published package globally:
|
||||||
npm install -g @kaelio/ktx
|
npm install -g @kaelio/ktx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To upgrade an existing install later, re-run with the `@latest` tag:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install -g @kaelio/ktx@latest
|
||||||
|
```
|
||||||
|
|
||||||
**ktx** is open source. If you'd like to hack on it or run from a local checkout,
|
**ktx** is open source. If you'd like to hack on it or run from a local checkout,
|
||||||
the source lives at [github.com/kaelio/ktx](https://github.com/kaelio/ktx) -
|
the source lives at [github.com/kaelio/ktx](https://github.com/kaelio/ktx) -
|
||||||
see [Contributing](/docs/community/contributing) to get set up.
|
see [Contributing](/docs/community/contributing) to get set up.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue