diff options
| author | kyab <[email protected]> | 2013-06-06 21:35:15 +0900 |
|---|---|---|
| committer | kyab <[email protected]> | 2013-06-06 21:35:15 +0900 |
| commit | 155193b41a0b62313bcb492ef1fc5f0b083573a2 (patch) | |
| tree | 3ad7121c5c1700102870bdcf16ffe1f9ccf05db2 /doc | |
| parent | 1854941f58ddf202ef0d90334ca94f65309db211 (diff) | |
| download | mruby-155193b41a0b62313bcb492ef1fc5f0b083573a2.tar.gz mruby-155193b41a0b62313bcb492ef1fc5f0b083573a2.zip | |
Describe GemBox files can be located anywhere
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 03543276f..e89fd1a56 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -57,6 +57,11 @@ the build block: This will cause the *custom* GemBox to be read in during the build process, adding *mruby-time* and *mrbgems-example* to the build. +If you want, you can put GemBox outside of mruby directory. In that case you must +specify absolute path like below. + + conf.gembox "#{ENV["HOME"]}/mygemboxes/custom" + There are two GemBoxes that ship with mruby: [default](../../mrbgems/default.gembox) and [full-core](../../mrbgems/full-core.gembox). The [default](../../mrbgems/default.gembox) GemBox contains several core components of mruby, and [full-core](../../mrbgems/full-core.gembox) |
