Merge pull request #19495 from BenBergman/patch-1

Fix typo in Installation.md
This commit is contained in:
Carlo Cabrera 2025-03-14 18:44:57 +00:00 committed by GitHub
commit 8f2c28c2f6
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.