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