Skip to content

Commit 98c26df

Browse files
committed
Added paragraph about configuring PATH.
1 parent c0a8ecf commit 98c26df

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Before installing this plugin, you must ensure that `ruby` is installed on your
1111

1212
If you are using `rvm` or `rbenv`, ensure that they are loaded in your shell’s “profile” file. See [here](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#shell-startup-files) for more information.
1313

14-
Once Ruby is installed, you can proceed to install the SublimeLinter-ruby plugin if it not yet installed.
14+
### Linter configuration
15+
In order for `ruby` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in [“Finding a linter executable”](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#finding-a-linter-executable) through “Validating your PATH” in the documentation.
16+
17+
Once `ruby` is installed and configured, you can proceed to install the SublimeLinter-ruby plugin if it is not yet installed.
1518

1619
### Plugin installation
1720
Please use [Package Control](https://sublime.wbond.net/installation) to install the linter plugin. This will ensure that the plugin will be updated when new versions are available. If you want to install from source so you can modify the source code, you probably know what you are doing so we won’t cover that here.

0 commit comments

Comments
 (0)