Skip to content

Commit

Permalink
Update README for Package Control installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jun 8, 2012
1 parent 761066d commit 7b133d5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ This plugin was originally based on Rtools by Karthik Ram: https://github.com/ka

## Installation

Clone this repo into your `Sublime Text 2/Packages` directory. This will be in different places depending on the OS:
The easy way is to first install the [Package Control](http://wbond.net/sublime_packages/package_control/installation) plugin.
Once it's installed, press Ctrl-Shift-P (or Cmd-Shift-P), type `install`, and select "Package Control: Install Packages".
Then type "sendtext", and choose to install the SendText plugin.

The other way is to clone this git repository into your `Sublime Text 2/Packages` directory. This will be in different places depending on the OS:

* Windows: `%APPDATA%\Sublime Text 2\Packages`
* OS X: `~/Library/Application Support/Sublime Text 2/Packages`
Expand All @@ -29,8 +33,6 @@ Clone this repo into your `Sublime Text 2/Packages` directory. This will be in d
git clone git@github.com:wch/SendText.git
```

In the future, it will be possible to install via the Package Control plugin.

## Configuration

You can configure SendText by editing the file `SendText/SendText.sublime-settings`.
Expand Down

0 comments on commit 7b133d5

Please sign in to comment.