Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Updated readme with TM2 install instructions #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
11 changes: 10 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -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'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not necessary (actually errors out)

only restarting TextMate will work

after you apply the fix from the other fork

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually restarting shouldn’t be necessary (either).


To install the color themes for the syntax highlighting, install them as follows:

open Cucumber.tmbundle/color_themes/Cobalt.tmTheme
Expand Down