README.md in rouge-lang-0.0.4 vs README.md in rouge-lang-0.0.5

- old
+ new

@@ -6,23 +6,18 @@ * Clojure is elegant and fun. * Quick boot time (currently around 0.1s). * Ruby's gems tend to be modern with decent APIs. -You can try a Rouge REPL online at **[Try Rouge](http://try.rouge.io)**. +You can try a Rouge REPL online at **[Try Rouge](http://try.rouge.io)**, or install the gem to get the local REPL: -Rouge is not yet mature enough to have an installer or distributions. Just -clone the source and run the `rouge` script to start: - ``` bash -git clone git://github.com/unnali/rouge -cd rouge -bundle install -bin/rouge +gem install rouge-lang +rouge ``` -You'll see the `user=>` prompt. Enjoy! (Expect plenty of stack traces.) +You'll see the `user=>` prompt. Enjoy! You can discuss on Google Groups' [rouge-talk](https://groups.google.com/forum/#!forum/rouge-talk), or on `#rouge` on Freenode. ## example @@ -52,10 +47,10 @@ ``` What about in Rails? ``` -$ r c -- -I../rouge/lib -rrouge +$ rails console -- -rrouge Loading development environment (Rails 3.2.6) 1.9.3p194 :002 > Rouge::REPL.repl [] user=> (.where ruby/Content {:id 1}) Content Load (0.7ms) SELECT "contents".* FROM "contents" WHERE "contents"."id" = 1 [#<Content id: 1, content_group_id: 1, name: "welcome", content: "blah blah", created_at: "2012-08-26 11:30:50", updated_at: "2012-08-26 11:50:27", order: nil>]