Corrected command to modify PATH (#8029)

Merge pull request 8029
This commit is contained in:
Matt Penna
2020-02-26 19:46:25 -05:00
committed by GitHub
parent aef8f11f6c
commit a9fb26fc33

View File

@@ -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: