diff --git a/frontend/src/articles/MacUsage.md b/frontend/src/articles/MacUsage.md index 3cb8b83d..245af4af 100644 --- a/frontend/src/articles/MacUsage.md +++ b/frontend/src/articles/MacUsage.md @@ -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.