From 1c2780d0c147f910000967134cb87d623ab3fff2 Mon Sep 17 00:00:00 2001 From: ragaskar Date: Tue, 24 Nov 2009 22:47:29 -0800 Subject: [PATCH] Updated readme --- README.markdown | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index c57910c..ede902f 100644 --- a/README.markdown +++ b/README.markdown @@ -1,10 +1,21 @@ jasmine-ruby ============ - sudo gem sources -a http://gemcutter.org - sudo gem install jasmine-ruby - cd ./my_dir - jasmine server (or, jasmine server ./my_jasmine_helper.rb) + git clone git://github.com/ragaskar/jasmine-ruby.git + cd jasmine-ruby + rake jeweler:build + rake jeweler:install + cd .. + mkdir test-jasmine + cd test-jasmine + jasmine init + rake jasmine + +then + http://localhost:8888 - and go! \ No newline at end of file +and go! + +After a few more touch-ups, I'll update the gemcutter.org gem ... +