Corrected command to modify PATH (#8030)

Merge pull request 8030
This commit is contained in:
Matt Penna
2020-02-27 00:22:03 -05:00
committed by GitHub
parent 4a6f91810c
commit 0378c3628c

View File

@@ -95,7 +95,7 @@ ruby -v
Then append your path file with the following, replacing the `X.X` with the first two digits of your Ruby version.
```bash
export PATH=$HOME/.gem/ruby/X.X.0/bin:$PATH
echo 'export PATH="$HOME/.gem/ruby/X.X.0/bin:$PATH"' >> ~/.bash_profile
```
To check that your gem paths point to your home directory run: