diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-01-14 00:49:25 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-01-14 00:49:25 +0900 |
| commit | 4924856949fb5996005aeb19ce8475701a5f8c7a (patch) | |
| tree | ac385dfa5051f2c9da32d2835e70028649a9b1d2 | |
| parent | 2f7efda346c427a453da4f61befa6f6081e1791b (diff) | |
| parent | d2961203b53098e3f644f4cbd6369dfced128db3 (diff) | |
| download | mruby-4924856949fb5996005aeb19ce8475701a5f8c7a.tar.gz mruby-4924856949fb5996005aeb19ce8475701a5f8c7a.zip | |
Merge pull request #3082 from jefffederman/feature/install-mruby-with-ruby-install
Update README to mention ruby version management tools
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ following command: $ git clone https://github.com/mruby/mruby.git +You can also install and compile mruby using [ruby-install](https://github.com/postmodern/ruby-install), [ruby-build](https://github.com/rbenv/ruby-build) or [rvm](https://github.com/rvm/rvm). + ## mruby home-page The URL of the mruby home-page is: [http://www.mruby.org](http://www.mruby.org). |
