Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlen Christian Mart Cuss committed Dec 4, 2012
1 parent 9f64a45 commit 0961753
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Expand Up @@ -8,19 +8,14 @@ Why?
* 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)**.

Rouge is not yet mature enough to have an installer or distributions. Just
clone the source and run the `rouge` script to start:
You can try a Rouge REPL online at **[Try Rouge](http://try.rouge.io)**, or install the gem to get the local REPL:

``` 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.
Expand Down Expand Up @@ -54,7 +49,7 @@ salient features:
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})
Expand Down

0 comments on commit 0961753

Please sign in to comment.