Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/kgctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ The [arkade](https://github.com/alexellis/arkade) CLI can be used to install `kg
arkade get kgctl
```

#### mise

Users of [mise](https://mise.jdx.dev/) can install with:

```bash
mise use -g github:squat/kilo@latest
```

Any updates will be installed automatically as part of your normal `mise up` updates.


## Commands

|Command|Syntax|Description|
Expand Down
Loading