File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,15 @@ SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter
99### Linter installation
1010Before installing this plugin, you must ensure that ` csslint ` is installed on your system. To install ` csslint ` , do the following:
1111
12- 1 . Install [ Node.js] ( http://nodejs.org ) .
12+ 1 . Install [ Node.js] ( http://nodejs.org ) (and [ npm ] ( https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager ) on Linux) .
1313
14141 . Install ` csslint ` by typing the following in a terminal:
1515 ```
1616 npm install -g csslint
1717 ```
1818
19+ 1 . If you are using ` nvm ` and ` zsh ` , ensure that the line to load ` nvm ` is in ` .zprofile ` and not ` .zshrc ` .
20+
1921Once csslint is installed, you can proceed to install the SublimeLinter-csslint plugin if it is not yet installed.
2022
2123### Plugin installation
You can’t perform that action at this time.
0 commit comments