From 155193b41a0b62313bcb492ef1fc5f0b083573a2 Mon Sep 17 00:00:00 2001 From: kyab Date: Thu, 6 Jun 2013 21:35:15 +0900 Subject: Describe GemBox files can be located anywhere --- doc/mrbgems/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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) -- cgit v1.2.3