diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-08 13:53:20 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-08 13:53:20 +0900 |
| commit | 0947aefa23701c5cb25d89e18c591c6d7afeaa37 (patch) | |
| tree | 7bdcef3a335ff85b74c9389616b64ed2f37a3386 | |
| parent | 4a2c37df935495fd612377d67bdba0582ad1813e (diff) | |
| parent | cd5677ea72e0caae57040d1839b7074864d14bac (diff) | |
| download | mruby-0947aefa23701c5cb25d89e18c591c6d7afeaa37.tar.gz mruby-0947aefa23701c5cb25d89e18c591c6d7afeaa37.zip | |
Merge pull request #1690 from bovi/patch-2
Add download link for stable version to README
| -rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -22,7 +22,11 @@ the Ministry of Economy, Trade and Industry of Japan. ## How to get mruby -The mruby distribution files can be found in the following site: +The stable version 1.0.0 of mruby can be downloaded via the following URL: + + https://github.com/mruby/mruby/archive/1.0.0.zip + +The latest mruby development version of can be downloaded via the following URL: https://github.com/mruby/mruby/zipball/master @@ -31,11 +35,6 @@ following command: $ git clone https://github.com/mruby/mruby.git -There are some other branches under development. Try the following -command and see the list of branches: - - $ git branch -r - ## mruby home-page |
