From 95016ff1397cf4f40f1111be8108ce59293cd7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Fri, 3 Nov 2023 08:25:06 +0100 Subject: [PATCH] docs: the main lima command is limactl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- website/docs/lima/installing.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/website/docs/lima/installing.md b/website/docs/lima/installing.md index b096af37982b..bdc502eede74 100644 --- a/website/docs/lima/installing.md +++ b/website/docs/lima/installing.md @@ -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= $ lima ```