Skip to content

Commit

Permalink
[ruby] Add basic RVM, ruby, jruby, ree installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleotoo committed Jul 2, 2012
1 parent 8a8c835 commit f213928
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ruby/README.md
@@ -0,0 +1,28 @@
Ruby
====

## RVM: ruby version manager

```bash
$ curl -L https://get.rvm.io
$ chmod +x rvm-installer
$ export rvm_path=$(pwd)/rvm
$ ./rvm-installer
$ source $(rvm_path)/scripts/rvm
```

```bash
$ rvm list known
```

JRuby:

```bash
$ rvm install jruby-1.6.5.1
```

Ruby Enterprise Edition

```bash
$ rvm install ree
```

0 comments on commit f213928

Please sign in to comment.