mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
docs: tweak wording/formatting.
Co-authored-by: Eric Knibbe <enk3@outlook.com>
This commit is contained in:
parent
0a8167d2dc
commit
f76ffa2eaa
@ -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?
|
||||||
|
|
||||||
|
@ -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 isn’t a
|
One reason is executables go in `/usr/local/bin`. Usually this isn’t 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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user