Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Feb 9, 2016
1 parent 2eeb852 commit 5638a53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ This is very much in beta, and needs your help!

## Usage

1. Download the precompiled `mjruby` binary for your System from the [releases page](https://github.com/jkutner/mjruby/releases).
2. Put the binary in the `$JRUBY_HOME/bin` dir (alongside the `jruby` command).
3. Run JRuby by using `mjruby` instead of `jruby`.
1. Run `gem install mjruby`
2. Run JRuby by using `mjruby` instead of `jruby`.

Everything that works with the `jruby` command is supposed to work with
the `mjruby` command. Please create an issue if you find a difference.

If you really want to push it's limits, delete the `jruby` executable in your `JRUBY_HOME/bin` directory and rename the `mjruby` executable to `jruby`.

## Development

1. Install Docker
Expand Down

0 comments on commit 5638a53

Please sign in to comment.