diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cf4435da3c..510516ad824 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,12 +92,12 @@ jobs: ## Usage \`\`\`console - [macOS]$ limactl create - [macOS]$ limactl start + $ limactl create + $ limactl start ... INFO[0029] READY. Run \`lima\` to open the shell. - [macOS]$ lima uname + $ lima uname Linux \`\`\` diff --git a/README.md b/README.md index a264a19738a..fcf1b45e963 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ to Mac users, but Lima can be used for non-container applications as well. Lima also supports other container engines (Docker, Podman, Kubernetes, etc.) and non-macOS hosts (Linux, NetBSD, etc.). ## Getting started -Set up (on macOS): +Set up (Homebrew): ```bash brew install lima limactl start diff --git a/website/content/en/docs/config/disk.md b/website/content/en/docs/config/disk.md index db6879306fe..6f2207c83c5 100644 --- a/website/content/en/docs/config/disk.md +++ b/website/content/en/docs/config/disk.md @@ -2,7 +2,7 @@ title: Disks --- -This guide explains how to increase the disk size of a Lima VM running on macOS when you've run out of space, as well as how to edit the disk size using the `limactl` CLI. +This guide explains how to increase the disk size of a Lima VM when you've run out of space, as well as how to edit the disk size using the `limactl` CLI. ## Resize Disk Using limactl