Skip to content

Commit 508c58d

Browse files
committed
Documentation updates.
1 parent aadd0fb commit 508c58d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SublimeLinter-csslint
44
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) provides an interface to [csslint](https://github.com/stubbornella/csslint/wiki). It will be used with files that have the “CSS” syntax, or within `<style>` tags in HTML files.
55

66
## Installation
7+
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Installation).
78

89
### Linter installation
910
Before installing this plugin, you must ensure that `csslint` is installed on your system. To install `csslint`, do the following:
@@ -15,7 +16,7 @@ Before installing this plugin, you must ensure that `csslint` is installed on yo
1516
npm install -g csslint
1617
```
1718

18-
Now you can proceed to install the SublimeLinter-csslint plugin.
19+
Once csslint is installed, you can proceed to install the SublimeLinter-csslint plugin if it is not yet installed.
1920

2021
### Plugin installation
2122
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.

messages/install.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
SublimeLinter-csslint
22
-------------------------------
3-
43
This linter plugin for SublimeLinter provides an interface to csslint.
54

6-
For more information, please see https://github.com/SublimeLinter/SublimeLinter-csslint.
5+
INSTALLATION
6+
------------
7+
Before this plugin will activate, you *must* follow the installation
8+
instructions here:
9+
10+
https://github.com/SublimeLinter/SublimeLinter-csslint

0 commit comments

Comments
 (0)