From a9fb26fc33a9d1a92f56215645b9a9b8ba053ff0 Mon Sep 17 00:00:00 2001 From: Matt Penna Date: Wed, 26 Feb 2020 19:46:25 -0500 Subject: [PATCH] Corrected command to modify PATH (#8029) Merge pull request 8029 --- docs/_docs/installation/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index 6bda6264..98c656ea 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -29,7 +29,7 @@ brew install ruby Add the brew ruby path to your shell config: ```bash -export PATH=/usr/local/opt/ruby/bin:$PATH +echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile ``` Then relaunch your terminal and check your updated Ruby setup: