From 18b9c3f8a445aa6affd12bfcde3bb516b6657cd1 Mon Sep 17 00:00:00 2001 From: choir27 Date: Tue, 6 Aug 2024 18:28:32 -0400 Subject: [PATCH 1/2] docs: move alternative installation methods to seperate info block in respect to its content --- docs/installation-getting-started/macos.mdx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/installation-getting-started/macos.mdx b/docs/installation-getting-started/macos.mdx index 3936612da..0b95e55d4 100644 --- a/docs/installation-getting-started/macos.mdx +++ b/docs/installation-getting-started/macos.mdx @@ -28,15 +28,19 @@ import ReleasePill from "/src/components/ReleasePill"; -
- Alternative Installation Methods +:::info + +If you aren't sure which of these you need, check your computer's processor: +1. Click the Apple logo in the top left corner of your screen +2. Select "About this Mac" +3. Check "Chip" in the window that pops up. - If you aren't sure which of these you need, check your computer's processor: - 1. Click the Apple logo in the top left corner of your screen - 2. Select "About this Mac" - 3. Check "Chip" in the window that pops up. +If you have an Intel chip, select the Intel package above. Those with Apple M1 or M2 chips should select the "Apple Silicon" package. - If you have an Intel chip, select the Intel package above. Those with Apple M1 or M2 chips should select the "Apple Silicon" package. +::: + +
+ Alternative Installation Methods If this isn't your first rodeo, here is the list of downloadable files for macOS: - [Pieces OS](/installation-getting-started/pieces-os) DMG (Standalone Mac) | [Download Here](https://builds.pieces.app/stages/production/os_server/dmg/download) From 3e7ce4ce7600f2b73522f3d60b35811cf27e8f60 Mon Sep 17 00:00:00 2001 From: choir27 Date: Wed, 7 Aug 2024 17:45:57 -0400 Subject: [PATCH 2/2] docs: update info block to future proof for future Apple M chips --- docs/installation-getting-started/macos.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation-getting-started/macos.mdx b/docs/installation-getting-started/macos.mdx index 0b95e55d4..1ad21a96d 100644 --- a/docs/installation-getting-started/macos.mdx +++ b/docs/installation-getting-started/macos.mdx @@ -35,7 +35,7 @@ If you aren't sure which of these you need, check your computer's processor: 2. Select "About this Mac" 3. Check "Chip" in the window that pops up. -If you have an Intel chip, select the Intel package above. Those with Apple M1 or M2 chips should select the "Apple Silicon" package. +If you have an Intel chip, select the Intel package above. Those with Apple M lineup of chips should select the "Apple Silicon" package. :::