From 4cc88d18a01b9762fdbd926570d177088a8986ff Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:46:27 +0300 Subject: [PATCH] Add FAQ link to start page and other small changes --- docs/START.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/START.md b/docs/START.md index 3e3fc6009..9bdc1972e 100644 --- a/docs/START.md +++ b/docs/START.md @@ -7,8 +7,6 @@ OpenCore is a sophisticated boot loader used to inject and patch data in memory, ## How do I get started? -1. The first step of ensuring whether your model is supported is by checking the [Supported Models](./MODELS.md) page. - -2. [Download and build macOS Installer](./INSTALLER.md) -3. [Run the `OpenCore-Patcher.app`](./BUILD.md) -4. [Reboot and boot OpenCore](./BOOT.md) +1. Read the [FAQ](./FAQ.md) for application requirements and other information +2. Check that your model is supported from the [Supported Models](./MODELS.md) page. +3. Once you've verified your model is supported, you can jump into the process in [Download and build macOS Installer](./INSTALLER.md)