Skip to content

Commit

Permalink
Update docs/troubleshooting.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr authored Feb 27, 2024
1 parent 243e681 commit db0887f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ If you run into issues installing Homebrew in step 1 of [Installing Prerequisite
Run the following command to manually add the Homebrew installation location to your `PATH` so it is available in your shell.

```shell
echo 'PATH="/usr/local/bin:$PATH"' >> ~/p.bash_profile
echo 'PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile

```

:::note
Expand Down

0 comments on commit db0887f

Please sign in to comment.