Skip to content

Commit 5bf5e51

Browse files
authored
Merge pull request #3664 from AkihiroSuda/docs-less-macos
docs: remove unnecessary references to macOS
2 parents 9a5a700 + 4211491 commit 5bf5e51

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ jobs:
9292
9393
## Usage
9494
\`\`\`console
95-
[macOS]$ limactl create
96-
[macOS]$ limactl start
95+
$ limactl create
96+
$ limactl start
9797
...
9898
INFO[0029] READY. Run \`lima\` to open the shell.
9999
100-
[macOS]$ lima uname
100+
$ lima uname
101101
Linux
102102
\`\`\`
103103

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to Mac users, but Lima can be used for non-container applications as well.
2121
Lima also supports other container engines (Docker, Podman, Kubernetes, etc.) and non-macOS hosts (Linux, NetBSD, etc.).
2222

2323
## Getting started
24-
Set up (on macOS):
24+
Set up (Homebrew):
2525
```bash
2626
brew install lima
2727
limactl start

website/content/en/docs/config/disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Disks
33
---
44

5-
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.
5+
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.
66

77
## Resize Disk Using limactl
88

0 commit comments

Comments
 (0)