From c91118d8e9596ffb4debc66a2effbaabfeaf5405 Mon Sep 17 00:00:00 2001 From: Simon Owen Date: Tue, 14 Jun 2016 15:16:55 +0100 Subject: [PATCH] README.md: Update rmv issue --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6605518..2ca46c2 100644 --- a/README.md +++ b/README.md @@ -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