Skip to content

Commit

Permalink
README: separate ST2 and ST3 installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed May 15, 2014
1 parent c5ba480 commit 46fb2ae
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# cucumber-sublime-bundle

A bundle for [Sublime Text](http://www.sublimetext.com/) that provides syntax coloring and snippets for [Cucumber](http://cukes.info/) and its [Gherkin](https://github.com/cucumber/cucumber/wiki/Gherkin) language. Work with both ST2 and ST3.
A bundle for [Sublime Text](http://www.sublimetext.com/) that provides syntax coloring and snippets for [Cucumber](http://cukes.info/) and its [Gherkin](https://github.com/cucumber/cucumber/wiki/Gherkin) language.

Work with both ST2 and ST3. For ST3, see [the `st3` branch](https://github.com/drewda/cucumber-sublime-bundle/tree/st3).

## Installation: ST2

Expand All @@ -16,20 +18,6 @@ A bundle for [Sublime Text](http://www.sublimetext.com/) that provides syntax co

Restart Sublime Text.

## Installation: ST3

### Mac OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Installed Packages
git clone -b st3 git://github.com/drewda/cucumber-sublime-bundle.git Cucumber
### Linux
cd ~/.config/sublime-text-3/Installed Packages
git clone -b st3 git://github.com/drewda/cucumber-sublime-bundle.git Cucumber
### Windows
cd Users/<user>/AppData/Roaming/Sublime\ Text\ 3/Installed Packages/
git clone -b st3 git://github.com/drewda/cucumber-sublime-bundle.git Cucumber

Restart Sublime Text.

## Table Cleaner

Aligns and cleans the tables for a prettier output. Useful for programming languages like Cucumber or LaTex.
Expand Down

0 comments on commit 46fb2ae

Please sign in to comment.