From 9ed98a31d88eb883dbee3f89f254960907616eb6 Mon Sep 17 00:00:00 2001 From: Nick Malyon Date: Wed, 10 Oct 2012 15:42:19 +0100 Subject: [PATCH] Updated the readme file with instructions for TextMate 2 installation. --- README.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6886823..48ad280 100644 --- a/README.markdown +++ b/README.markdown @@ -1,13 +1,22 @@ Textmate Bundle for Cucumber ============================ -This is the official TextMate bundle for Cucumber. Installation: +This is the official TextMate bundle for Cucumber. + +Installation for TextMate: mkdir -p ~/Library/Application\ Support/TextMate/Bundles/ cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber.tmbundle osascript -e 'tell app "TextMate" to reload bundles' +Installation for TextMate 2: + + mkdir -p ~/Library/Application\ Support/Avian/Bundles/ + cd ~/Library/Application\ Support/Avian/Bundles + git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber.tmbundle + osascript -e 'tell app "TextMate" to reload bundles' + To install the color themes for the syntax highlighting, install them as follows: open Cucumber.tmbundle/color_themes/Cobalt.tmTheme