Skip to content

Commit

Permalink
Update MacUsage.md
Browse files Browse the repository at this point in the history
Updated installation instructions to replace ~ with the home path, was preventing PATH from picking up the binary
  • Loading branch information
rishabkharidhi authored Nov 1, 2023
1 parent 5450ae6 commit cc253b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/articles/MacUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Open a terminal and execute the following commands.

Next, add `~/.bin` to your `$PATH`. With the Zsh shell (pre-installed with most Macs), this can be accomplished in the Terminal with:

$ echo 'export PATH="$PATH:~/.bin"' >> ~/.zshrc
$ echo 'export PATH="$PATH:$HOME/.bin"' >> ~/.zshrc

Restart your shell.

Expand Down

0 comments on commit cc253b4

Please sign in to comment.