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: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Generate `{{bindAttr href="imageUrl"}}` attribute bindings within tags, using `b

## Installation

### TextMate 2

Clone this repository to the Bundles directory (Textmate 2 will automatically load the bundle)

mkdir -p ~/Library/Application Support/Avian/Bundles
cd ~/Library/Application Support/Avian/Bundles
git clone git://github.com/drnic/Handlebars.tmbundle.git

### TextMate 1

To install via Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
Expand Down