diff --git a/docs/Installation.md b/docs/Installation.md index cf90ebed01..d5742d7f00 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -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 "/bin/brew shellenv)" +eval "$(/bin/brew shellenv)" ``` Replace `` with the directory where Homebrew is installed on your system.