mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix typo in Installation.md
This commit is contained in:
parent
a20b5c5d67
commit
b378ec91fe
@ -101,7 +101,7 @@ If you don't follow those directions, Homebrew will not work.
|
|||||||
You need to update your shell's config file (which file exactly depends on your shell, for example `~/.bashrc` or `~/.zshrc`) to include this:
|
You need to update your shell's config file (which file exactly depends on your shell, for example `~/.bashrc` or `~/.zshrc`) to include this:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
eval "<Homebrew prefix path>/bin/brew shellenv)"
|
eval "$(<Homebrew prefix path>/bin/brew shellenv)"
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `<Homebrew prefix path>` with the directory where Homebrew is installed on your system.
|
Replace `<Homebrew prefix path>` with the directory where Homebrew is installed on your system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user