diff --git a/docs/Installation.md b/docs/Installation.md index d5742d7f00..e75ca22e93 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -1,5 +1,5 @@ --- -last_review_date: "1970-01-01" +last_review_date: "2025-04-12" --- # Installation @@ -14,7 +14,6 @@ The macOS `.pkg` installer also installs Homebrew to its default prefix (`/opt/h * An Apple Silicon CPU or 64-bit Intel CPU [1](#1) * macOS Ventura (13) (or higher) installed on officially supported hardware[2](#2) - * **Note:** Devices using OpenCore Legacy Patcher are not supported * Command Line Tools (CLT) for Xcode (from `xcode-select --install` or [https://developer.apple.com/download/all/](https://developer.apple.com/download/all/)) or [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) [3](#3) @@ -119,7 +118,7 @@ Uninstallation is documented in the [FAQ](FAQ.md#how-do-i-uninstall-homebrew). 1 For 32-bit or PPC support see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). -2 macOS 13 (Ventura) or higher is best and supported, 10.11 (El Capitan) – 12 (Monterey) are unsupported but may work and 10.10 (Yosemite) and older will not run Homebrew at all. For 10.4 (Tiger) – 10.6 (Snow Leopard) see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). +2 macOS 13 (Ventura) or higher is best and supported, 10.11 (El Capitan) – 12 (Monterey) are unsupported but may work and 10.10 (Yosemite) and older will not run Homebrew at all. For 10.4 (Tiger) – 10.6 (Snow Leopard) see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). Using OpenCore Legacy Patcher is a [Tier 2 configuration](Support-Tiers.md#tier-2). 3 You may need to install Xcode, the CLT, or both depending on the formula, to install a bottle (binary package) which is the only supported configuration. Downloading Xcode may require an Apple Developer account on older versions of Mac OS X. Sign up for free at [Apple's website](https://developer.apple.com/account/). diff --git a/docs/Support-Tiers.md b/docs/Support-Tiers.md index 6302f5ed29..5d675f5cf6 100644 --- a/docs/Support-Tiers.md +++ b/docs/Support-Tiers.md @@ -23,7 +23,7 @@ A Tier 1 supported configuration is one in which: For Tier 1 support, Homebrew on macOS must be all of: - running on official Apple hardware (e.g. not a "Hackintosh" or VM) -- running a version of macOS supported by Apple on that hardware (e.g. not using OpenCore Legacy Patcher) +- running a version of macOS supported by Apple on that hardware - running a version of macOS with Homebrew CI coverage (i.e. the latest stable or prerelease version, two preceding versions) - installed in the default prefix (i.e. `/opt/homebrew` on Apple Silicon, `/usr/local` on Intel x86_64) - running on a supported architecture (i.e. Apple Silicon or Intel x86_64) @@ -63,6 +63,7 @@ Tier 2 configurations include: - using official packages that need to be built from source due to installing Homebrew outside the default prefix (i.e. `/opt/homebrew` on Apple Silicon, `/usr/local` on Apple Intel x86_64, `/home/linuxbrew/.linuxbrew` for Linux) - running on a not-yet-supported architecture (i.e. Linux ARM64/AARCH64) +- devices using OpenCore Legacy Patcher ## Tier 3