diff options
| -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) |
