You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
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/.m2/repository/.jruby GEM_PATH=~/.m2/repository/.jruby gem install bundlerGEM_HOME=
The text was updated successfully, but these errors were encountered: