diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index 98c656ea..04d3c779 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -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: