Skip to content

Commit 5228009

Browse files
committed
Add info on a few gotchas.
1 parent da249f9 commit 5228009

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter
99
### Linter installation
1010
Before 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

1414
1. 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+
1921
Once csslint is installed, you can proceed to install the SublimeLinter-csslint plugin if it is not yet installed.
2022

2123
### Plugin installation

0 commit comments

Comments
 (0)