Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request mruby#2785 from bovi/install-doc
Remove INSTALL and improve README instead
  • Loading branch information
matz committed May 12, 2015
2 parents d979172 + 691997a commit 0628778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 55 deletions.
51 changes: 0 additions & 51 deletions INSTALL

This file was deleted.

9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0628778

Please sign in to comment.