Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ This plugin will highlight each tab or more-than-one space in the document.

Go to your `Packages` subdirectory under ST2's data directory:

* Windows: `%APPDATA%\Sublime Text 2`
* OS X: `~/Library/Application Support/Sublime Text 2/Packages`
* Linux: `~/.config/sublime-text-2/Packages`
* Portable Installation: `Sublime Text 2/Data`
* Windows: `%APPDATA%\Sublime Text 3`
* OS X: `~/Library/Application Support/Sublime Text 3/Packages`
* Linux: `~/.config/sublime-text-3/Packages`
* Portable Installation: `Sublime Text 3/Data`

Then clone this repository:

```git clone git://github.com/disq/HighlightWhitespaces.git```

That's it!

Note for ST3 users: For Sublime Text 3, replace "2" with "3" in path names. (`%APPDATA%\Sublime Text 3` and so on)
Note for ST2 users: For Sublime Text 2, replace "3" with "2" in path names. (`%APPDATA%\Sublime Text 2` and so on)

## Options

Expand Down