Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: Update rmv issue #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ If you installed ruby and sass via a version manager tool like [RVM](https://rvm

### Compatibility with RVM/rbenv

You need to specify the custom `PATH` and `GEM_PATH `values in your SassBeautify user settings.
You need to specify the custom `PATH` and `GEM_PATH `values in your SassBeautify [user settings](#settings-overview).

Follow the steps below:

1. Open up terminal
2. Run: `echo $PATH`
3. Copy the *entire* `PATH` into the 'path' setting
3. Copy the *entire* `PATH` into the 'path' setting, adding `"` before and after e.g. "/usr/local/bin"
4. Run: `echo $GEM_PATH`
5. Copy the *entire* `GEM_PATH` into the 'gemPath' setting
5. Copy the *entire* `GEM_PATH` into the 'gemPath' setting, adding `"` before and after e.g. "/.rvm/gems/ruby-2.2.1@global"

### Compatibility with RubyInstaller

Expand Down