Skip to content

Commit

Permalink
Converted README to markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbrioche committed Jan 26, 2012
1 parent 69709ce commit 42b9a90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README → README.md
@@ -1,4 +1,4 @@
JRuby - A Java implementation of the Ruby language # JRuby - A Java implementation of the Ruby language


Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin, Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin,
Piergiuliano Bossi, Johannes Brodwall, Rocky Burt, Paul Butcher, Piergiuliano Bossi, Johannes Brodwall, Rocky Burt, Paul Butcher,
Expand All @@ -15,7 +15,7 @@ Project Contact: Thomas E Enebo <enebo@acm.org>
JRuby also uses code generously shared by the creator of the Ruby language, JRuby also uses code generously shared by the creator of the Ruby language,
Yukihiro Matsumoto <matz@netlab.co.jp>. Yukihiro Matsumoto <matz@netlab.co.jp>.


== About ## About


JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter
in Java. in Java.
Expand All @@ -24,7 +24,7 @@ The Java version is tightly integrated with Java to allow both to script
any Java class and to embed the interpreter into any Java application. any Java class and to embed the interpreter into any Java application.
See the 'docs' directory for more information. See the 'docs' directory for more information.


== Run ## Run


bin/jruby rubyfile.rb bin/jruby rubyfile.rb


Expand All @@ -33,7 +33,7 @@ interprets the file 'rubyfile.rb'.
If you checked out from the repository or downloaded the source distribution, If you checked out from the repository or downloaded the source distribution,
see the next section to build JRuby first. see the next section to build JRuby first.


== Compiling from source ## Compiling from source


You will need: You will need:


Expand All @@ -46,17 +46,17 @@ To compile, just type:


This will create a jruby.jar file in the projects 'lib' directory. This will create a jruby.jar file in the projects 'lib' directory.


== Testing ## Testing


In order to run the unit tests, copy the build_lib/junit.jar file to either In order to run the unit tests, copy the build_lib/junit.jar file to either
$ANT_HOME/lib/junit.jar or ~/.ant/lib/junit.jar. $ANT_HOME/lib/junit.jar or ~/.ant/lib/junit.jar.


See 'docs/README.test' for more information. See 'docs/README.test' for more information.


== More Information ## More Information


Visit http://jruby.org for more information. Visit http://jruby.org for more information.


== License ## License


Read the COPYING file. Read the COPYING file.

0 comments on commit 42b9a90

Please sign in to comment.