Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed May 2, 2012
1 parent b5e96f1 commit 683dda2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ In order to build and test Gherkin for JavaScript you must install:
* Node.js (0.4.6 or higher)
* NPM (0.3.18 or higher)
* Ragel with JavaScript support: http://github.com/dominicmarks/ragel-js
** Make sure you have `autoconf` and `automake` (`brew install automake && brew install autoconf`)
** Make sure you have the official ragel (`brew install ragel`)
** Make sure you have kelbt (`brew install kelbt`). If that fails, install manually from http://www.complang.org/kelbt/
** `cd ragel-js/ragel-svn && ./autogen.sh && ./configure --disable-manual`
* Make sure you have `autoconf` and `automake` (`brew install automake && brew install autoconf`)
* Make sure you have the official ragel (`brew install ragel`)
* Make sure you have kelbt (`brew install kelbt`). If that fails, install manually from http://www.complang.org/kelbt/
* `cd ragel-js/ragel-svn && ./autogen.sh && ./configure --disable-manual`
* Define the GHERKIN_JS environment variable in your shell (any value will do)

Prepare the environment:
Expand Down

0 comments on commit 683dda2

Please sign in to comment.