From 15fc1962fcfed6b289463c9d5ae192c07a22b836 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Wed, 30 Dec 2020 10:53:40 +0100 Subject: [PATCH] Installation.md: update for ARM --- docs/Installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Installation.md b/docs/Installation.md index 6bc84a6563..326bbfe0f8 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -2,15 +2,16 @@ Instructions for a supported install of Homebrew are on the [homepage](https://brew.sh). -This script installs Homebrew to `/usr/local` so that +This script installs Homebrew to its preferred prefix (`/usr/local` +for macOS Intel, `/opt/homebrew` for Apple Silicon) so that [you don’t need sudo](FAQ.md#why-does-homebrew-say-sudo-is-bad) when you `brew install`. It is a careful script; it can be run even if you have stuff -installed to `/usr/local` already. It tells you exactly what it will do before +installed in `/usr/local` already. It tells you exactly what it will do before it does it too. You have to confirm everything it will do before it starts. ## macOS Requirements -* A 64-bit Intel CPU [1](#1) +* A 64-bit Intel CPU or Apple Silicon CPU [1](#1) * macOS Mojave (10.14) (or higher) [2](#2) * Command Line Tools (CLT) for Xcode: `xcode-select --install`, [developer.apple.com/downloads](https://developer.apple.com/downloads) or