From b378ec91fe4f81dae6caec7ea6b63d6525cc13b4 Mon Sep 17 00:00:00 2001 From: Benjamin Bergman Date: Fri, 14 Mar 2025 13:25:21 -0500 Subject: [PATCH] Fix typo in Installation.md --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.