cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

Readme problem? #97

Open zippy opened 13 years ago

zippy commented 13 years ago

Am I just way too much of a newbie, or isn't there an error in the readme where

mkdir -p /.m2/repository/.jruby GEM_HOME=/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby gem install bundler

Should actually read:

mkdir -p ~/.m2/repository/.jruby GEM_HOME=~/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby gem install bundler