Skip to content

Commit

Permalink
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tool/truffle/jruby_truffle_runner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# jruby+truffle_runner gem

- Use `jt install-tool` or add alias to the gem's executable,
e.g. `~/Workspace/labs/jruby/tool/truffle/jruby_truffle_runner/bin/jruby+truffle`
- `git clone foo` project/gem you would like to run in JRuby+Truffle
- `cd foo`
- You need other Ruby (MRI or JRuby) to run the tool.
- `jruby+truffle setup` to install required gems and prepare environment to run on JRuby+Truffle
- `jruby+truffle setup a_file` to execute files in prepared environment of the gem
- For more information see `jruby+truffle --help`

0 comments on commit 18a14ab

Please sign in to comment.