Merge pull request #10182 from Homebrew/fxcoudert-patch-1

Installation.md: update for ARM
This commit is contained in:
Mike McQuaid 2020-12-31 12:55:57 +00:00 committed by GitHub
commit d8c6624bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,16 @@
Instructions for a supported install of Homebrew are on the [homepage](https://brew.sh). 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 dont need sudo](FAQ.md#why-does-homebrew-say-sudo-is-bad) when you [you dont 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 `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. it does it too. You have to confirm everything it will do before it starts.
## macOS Requirements ## macOS Requirements
* A 64-bit Intel CPU <sup>[1](#1)</sup> * A 64-bit Intel CPU or Apple Silicon CPU <sup>[1](#1)</sup>
* macOS Mojave (10.14) (or higher) <sup>[2](#2)</sup> * macOS Mojave (10.14) (or higher) <sup>[2](#2)</sup>
* Command Line Tools (CLT) for Xcode: `xcode-select --install`, * Command Line Tools (CLT) for Xcode: `xcode-select --install`,
[developer.apple.com/downloads](https://developer.apple.com/downloads) or [developer.apple.com/downloads](https://developer.apple.com/downloads) or