summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-01-14 00:49:25 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2016-01-14 00:49:25 +0900
commit4924856949fb5996005aeb19ce8475701a5f8c7a (patch)
treeac385dfa5051f2c9da32d2835e70028649a9b1d2
parent2f7efda346c427a453da4f61befa6f6081e1791b (diff)
parentd2961203b53098e3f644f4cbd6369dfced128db3 (diff)
downloadmruby-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4d9ae00f..af6debc1d 100644
--- a/README.md
+++ b/README.md
@@ -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).