docs: tweak wording/formatting.

Co-authored-by: Eric Knibbe <enk3@outlook.com>
This commit is contained in:
Mike McQuaid 2021-07-14 14:22:31 +01:00 committed by GitHub
parent 0a8167d2dc
commit f76ffa2eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ Homebrew's pre-built binary packages (known as [bottles](Bottles.md)) of many pa
## Why is the default installation prefix `/opt/homebrew` on Apple Silicon? ## Why is the default installation prefix `/opt/homebrew` on Apple Silicon?
The prefix `/opt/homebrew` was chosen to allow `/opt/homebrew` Apple Silicon and `/usr/local` Rosetta 2 installation to coexist and both use bottles. The prefix `/opt/homebrew` was chosen to allow installations in `/opt/homebrew` for Apple Silicon and `/usr/local` for Rosetta 2 to coexist and use bottles.
## Why is the default installation prefix `/home/linuxbrew/.linuxbrew` on Linux? ## Why is the default installation prefix `/home/linuxbrew/.linuxbrew` on Linux?

View File

@ -23,7 +23,7 @@ is probably safer than changing the group ownership of the directory.
Habit maybe? Habit maybe?
One reason is executables go in `/usr/local/bin`. Usually this isnt a One reason is executables go in `/usr/local/bin`. Usually this isnt a
writable location. But if you installed Homebrew as we recommend on macOS Intel, writable location. But if you installed Homebrew as we recommend on macOS Intel,
`/usr/local` will be writable without sudo. So now you are good to `/usr/local` will be writable without sudo. So now you are good to
install the development tools you need without risking the use of sudo. install the development tools you need without risking the use of sudo.