Skip to content

Commit 86ed05f

Browse files
committed
Added paragraph about configuring PATH.
1 parent a761571 commit 86ed05f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ Before installing this plugin, you must ensure that `csslint` is installed on yo
1818

1919
1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zshenv` and not `.zshrc`.
2020

21-
Once csslint is installed, you can proceed to install the SublimeLinter-csslint plugin if it is not yet installed.
21+
### Linter configuration
22+
In order for `csslint` 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.
23+
24+
Once `csslint` is installed and configured, you can proceed to install the SublimeLinter-csslint plugin if it is not yet installed.
2225

2326
### Plugin installation
2427
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)