Correct a sentence in the documentation (#7978)
Merge pull request 7978
This commit is contained in:
parent
333090d36e
commit
c34d185d8d
|
@ -98,7 +98,7 @@ Then append your path file with the following, replacing the `X.X` with the firs
|
||||||
export PATH=$HOME/.gem/ruby/X.X.0/bin:$PATH
|
export PATH=$HOME/.gem/ruby/X.X.0/bin:$PATH
|
||||||
```
|
```
|
||||||
|
|
||||||
To check your that you gem paths point to your home directory run:
|
To check that your gem paths point to your home directory run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
gem env
|
gem env
|
||||||
|
|
Loading…
Reference in New Issue