Skip to content

Commit

Permalink
Update readme to make it clear that only JRuby is supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 17, 2010
1 parent 054bb99 commit 0217ed6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,16 @@ dubyc -java -e "inline script" # produces dash_e.java

== INSTALL:

If your "gem" command is the one from JRuby:

* gem install duby

Otherwise:

* jruby -S gem install duby

Only JRuby is supported at this time.

To build from source you should have a checkout of both jruby and
bitescript in Duby's parent directory. Run "ant jar-complete" in
jruby, then in the duby directory "ant bootstrap" followed by "ant"
Expand Down

0 comments on commit 0217ed6

Please sign in to comment.