Skip to content

Commit 8b1d007

Browse files
committed
docs: scope the Mac tip to Apple Silicon
Signed-off-by: LakshanSS <lakshan230897@gmail.com>
1 parent 686a500 commit 8b1d007

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/getting-started/quick-start-guide.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ The setup uses a preconfigured Dev Container that includes all required dependen
2828
[GitHub](https://github.com/openchoreo/openchoreo/issues).
2929
:::
3030

31-
:::tip Mac Users
32-
For optimal compatibility and to avoid buildpack build issues, we recommend using [Colima](https://github.com/abiosoft/colima) with VZ and Rosetta support:
31+
:::tip Apple Silicon Macs
32+
For optimal compatibility and to avoid buildpack build issues, we recommend using [Colima](https://github.com/abiosoft/colima) with VZ and Rosetta support.
3333

3434
```bash
3535
colima start --vm-type=vz --vz-rosetta --cpu 4 --memory 8
3636
```
37+
3738
:::
3839

3940
</div>

docs/getting-started/try-it-out/on-k3d-locally.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@ Verify container runtime is running:
5454
docker info > /dev/null
5555
```
5656

57-
:::tip Mac Users
58-
For optimal compatibility and to avoid buildpack build issues, we recommend using [Colima](https://github.com/abiosoft/colima) with VZ and Rosetta support:
57+
:::tip Apple Silicon Macs
58+
For optimal compatibility and to avoid buildpack build issues, we recommend using [Colima](https://github.com/abiosoft/colima) with VZ and Rosetta support.
5959

6060
```bash
6161
colima start --vm-type=vz --vz-rosetta --cpu 4 --memory 8
6262
```
63+
6364
:::
6465

6566
## Step 1: Create the Cluster

0 commit comments

Comments
 (0)