Fix typo in Installation.md

This commit is contained in:
Benjamin Bergman 2025-03-14 13:25:21 -05:00 committed by GitHub
parent a20b5c5d67
commit b378ec91fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
```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.