diff options
| author | Daniel Bovensiepen <[email protected]> | 2015-05-12 18:32:20 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2015-05-12 18:32:20 +0800 |
| commit | 691997a4476533ed9e2906105b7edadd26f452d0 (patch) | |
| tree | 1d3a4aa6cf9764ecf918e9e3c010cdef61d51c72 /README.md | |
| parent | d979172b3e753ae9c094dff9a877b14c63619246 (diff) | |
| download | mruby-691997a4476533ed9e2906105b7edadd26f452d0.tar.gz mruby-691997a4476533ed9e2906105b7edadd26f452d0.zip | |
Remove INSTALL and improve README instead
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -46,7 +46,7 @@ We don't have mailing list, use GitHub forum <http://github.com/mruby/mruby>. ## How to compile and install (mruby and gems) -See the INSTALL file. +See the *doc/compile/README.md* file. ## Running Tests @@ -60,11 +60,12 @@ Or $ ruby ./minirake test -## Customization +## How to customize mruby (mrbgems) mruby contains a package manager called *mrbgems*. To create extensions -in C and/or Ruby you should create a *GEM*. You will find a complete -documentation with examples under *examples/mrbgems*. +in C and/or Ruby you should create a *GEM*. For a documentation of how to +use mrbgems consult the file *doc/mrbgems/README.md*. For example code of +how to use mrbgems look into the folder *examples/mrbgems/*. ## License |
