summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-24 01:18:10 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-24 01:18:10 +0800
commit78a053a1ea5927caa62e3d815a8e6eeb27669935 (patch)
treead503917a423bf599e66a6c5c9ec4cc2226b7470 /doc
parentd4631f29a2de3da19382dd6331706574cc5ceaa0 (diff)
downloadmruby-78a053a1ea5927caa62e3d815a8e6eeb27669935.tar.gz
mruby-78a053a1ea5927caa62e3d815a8e6eeb27669935.zip
Add location of gem to readme
Diffstat (limited to 'doc')
-rw-r--r--doc/mrbgems/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md
index 3082c0df0..ad4b5d5e6 100644
--- a/doc/mrbgems/README.md
+++ b/doc/mrbgems/README.md
@@ -27,6 +27,8 @@ for testing purposes which will be used by mrbtest. The *Makefile* contains
rules to build all C files and integrates them into the normal mruby
build process. *README.md* is a short description of your Gem.
+All Gems have to be located under *$(MRUBY_ROOT)/mrbgems/g/*.
+
## C Extension
mruby can be extended with C. It is possible by using the C API to integrate C