From c30836614237a168b962baeb4f326de2a54d4e57 Mon Sep 17 00:00:00 2001 From: "Nikita B. Zuev" Date: Sat, 10 May 2014 22:00:21 +0400 Subject: [PATCH] Fixed path to bundles in TextMate 2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 521afc6..85e332e 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Generate `{{bindAttr href="imageUrl"}}` attribute bindings within tags, using `b ## Installation -To install via Git: +To install via Git (TextMate 2): - mkdir -p ~/Library/Application\ Support/TextMate/Bundles - cd ~/Library/Application\ Support/TextMate/Bundles + mkdir -p ~/Library/Application\ Support/TextMate/Managed/Bundles + cd ~/Library/Application\ Support/TextMate/Managed/Bundles git clone git://github.com/drnic/Handlebars.tmbundle.git osascript -e 'tell app "TextMate" to reload bundles'