diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-24 01:18:10 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-24 01:18:10 +0800 |
| commit | 78a053a1ea5927caa62e3d815a8e6eeb27669935 (patch) | |
| tree | ad503917a423bf599e66a6c5c9ec4cc2226b7470 /doc | |
| parent | d4631f29a2de3da19382dd6331706574cc5ceaa0 (diff) | |
| download | mruby-78a053a1ea5927caa62e3d815a8e6eeb27669935.tar.gz mruby-78a053a1ea5927caa62e3d815a8e6eeb27669935.zip | |
Add location of gem to readme
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
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 |
