Skip to content

docs: remove unnecessary references to macOS #3664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
\`\`\`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/docs/config/disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading