docs: the main lima command is limactl

lima is an alias for "limactl shell $LIMA_INSTANCE".

Both of them are installed with "brew install lima".

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
Anders F Björklund 2023-11-03 08:25:06 +01:00 committed by Florent BENOIT
parent ae6bca307c
commit 95016ff139

View file

@ -19,8 +19,16 @@ tags: [migrating-to-kubernetes, lima]
#### Verification
1. You can run the `lima` CLI:
1. You can run the `limactl` CLI:
```shell-session
$ limactl list
```
1. (Optionally) To open a shell:
```shell-session
$ # requires a running instance
$ export LIMA_INSTANCE=<instance>
$ lima
```