diff --git a/content/collections/troubleshooting/command-not-found-statamic.md b/content/collections/troubleshooting/command-not-found-statamic.md index 76ba29928..052960cbf 100644 --- a/content/collections/troubleshooting/command-not-found-statamic.md +++ b/content/collections/troubleshooting/command-not-found-statamic.md @@ -42,7 +42,7 @@ You can solve this by adding Composer's `bin` directory to your `PATH` (sometime ``` shell # Replace the path below with the path identified in step 1 - export PATH="/Users/me/.composer/vendor/bin/":$PATH # MacOS + export PATH="$HOME/.composer/vendor/bin/":$PATH # MacOS export PATH="$HOME/.config/composer/vendor/bin/":$PATH # Linux ```