summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-12-07 06:50:19 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-12-07 06:50:19 -0800
commit98e56cdccefce232b588ba543fee77f7a7970569 (patch)
treefc6a2d0b3ac5c5c95f9eb3151220ec7519af7b72
parentf521738953b9297a4d26e68ec42b7e9a22e5b442 (diff)
parent95ad66b53a5f9419eabf724bfb63d4a719d41593 (diff)
downloadmruby-98e56cdccefce232b588ba543fee77f7a7970569.tar.gz
mruby-98e56cdccefce232b588ba543fee77f7a7970569.zip
Merge pull request #595 from bovi/mrbgems-readme
Mention mrbgems in the README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 27205ceec..73701f16c 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,12 @@ To run the tests, execute the following from the project's root directory.
$ make test
+## Customization
+
+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 *doc/mrbgems*.
+
## License
Copyright (c) 2012 mruby developers