Skip to content

Commit

Permalink
docs: the main lima command is limactl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
afbjorklund authored and benoitf committed Nov 3, 2023
1 parent ae6bca3 commit 95016ff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/docs/lima/installing.md
Expand Up @@ -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
```

0 comments on commit 95016ff

Please sign in to comment.