Skip to content

Commit ede470f

Browse files
author
Aedx
committed
Updated installation instructions for Mac OS X through Homebrew
As noted by @sadeqzadeh, confirmed by Homebrew/legacy-homebrew#39010
1 parent 1a0efa3 commit ede470f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter
1111
### Linter installation
1212
Before installing this plugin, you must ensure that `tidy` is installed on your system.
1313

14-
- **Mac OS X**`tidy` comes preinstalled on recent versions of Mac OS X. You can install a more recent stable version by using [Homebrew](http://brew.sh) and `brew install homebrew/dupes/tidy`. The experimental [html5](https://github.com/w3c/tidy-html5) version can be installed with `brew install homebrew/dupes/tidy --HEAD` or built and installed from source.
14+
- **Mac OS X**`tidy` comes preinstalled on recent versions of Mac OS X. You can install the [html5](https://github.com/w3c/tidy-html5) version by using [Homebrew](http://brew.sh) and `brew install tidy-html5`, or it can be built and installed from source.
1515

1616
- **Linux** – You should be able to install tidy using the system’s package manager. For example, on systems which use APT (such as Debian or its derivations), tidy can be installed with `sudo apt-get install tidy`. The experimental [html5](https://github.com/w3c/tidy-html5) version can be built and installed from source.
1717

0 commit comments

Comments
 (0)