Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.17 KB

SublimeUpdater

Auto updater for Sublime Text 2

WIP - currently only Windows support implemented

Installation

COMING SOON --- Using Sublime Package Control

If you are using Will Bond's excellent Sublime Package Control, you can easily install SublimeUpdater via the Package Control: Install Package menu item.

Using Git

Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your Packages directory in the Sublime Text 2 application settings area.

Go to your Sublime Text 2 Packages directory and clone the theme repository using the command below:

git clone https://github.com/Kaizhi/SublimeUpdater/ "SublimeUpdater"

Download Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files and rename the folder to SublimeUpdater
  • Copy the folder to your Sublime Text 2 Packages directory

Usage

The updater is invoked by shift+f5 by default.

User Settings

You can specify a non-default path for the Sublime Text 2 installer by adding the following to your user settings:

"install_path":"C:\Some path\"