-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Ron Martinez edited this page Jul 29, 2016
·
9 revisions
After installing Package Control restart Sublime Text and bring up the Command Palette (Command+Shift+P on macOS and Control+Shift+P on Linux/Windows). Select Package Control: Install Package, wait while Package Control fetches the latest package list, then select CursorRuler when the list appears.
Clone the CursorRuler repository while in your Sublime Text's packages folder:
git clone https://github.com/icylace/CursorRuler.gitDownload the latest source from GitHub and then copy the CursorRuler folder to your Sublime Text's packages folder.
| OS | Sublime Text 3 | Sublime Text 2 |
|---|---|---|
| macOS | ~/Library/Application Support/Sublime Text 2/Packages | ~/Library/Application Support/Sublime Text 3/Packages |
| Linux | ~/.Sublime Text 2/Packages | ~/.Sublime Text 3/Packages |
| Windows | %APPDATA%\Sublime Text 2\Packages | %APPDATA%\Sublime Text 3\Packages |
Another way of getting the path of the packages folder is to open up Sublime Text's Python console by pressing Ctrl+` (backtick) and then typing sublime.packages_path() in it's input field and then pressing enter.
License: MIT