From 8f74bf7218da006b678131cde7a463f98be77552 Mon Sep 17 00:00:00 2001 From: Rodrigo Rosenfeld Rosas Date: Mon, 21 May 2012 23:48:17 -0300 Subject: [PATCH] Update instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 27cfa81..58498b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ # Instructions to recreate this app: gem install jruby-openssl + gem install bundler rails new sample-jbundler -O -S + +Then see the commit log. + +# Testing it + + gem install jruby-openssl + gem install bundler + bundle + rails runner script/example/it_works.rb