Skip to content

Commit 396b433

Browse files
committed
Updated docs.
1 parent 89c9560 commit 396b433

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-html-tidy
44
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) provides an interface to tidy (either the [html4](http://tidy.sourceforge.net) or [html5]() version). It will be used with files that have the “HTML” syntax.
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 `tidy` is installed on your system.
@@ -16,7 +17,7 @@ Before installing this plugin, you must ensure that `tidy` is installed on your
1617

1718
On Mac OS X and Linux, you can also try building the experimental [html5 tidy](https://github.com/w3c/tidy-html5).
1819

19-
Once tidy is installed, you can proceed to install the SublimeLinter-html-tidy plugin.
20+
Once tidy is installed, if the SublimeLinter-html-tidy plugin is not yet installed, you can proceed to install it.
2021

2122
### Plugin installation
2223
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-html-tidy
22
-------------------------------
3-
43
This linter plugin for SublimeLinter provides an interface to tidy.
54

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

0 commit comments

Comments
 (0)