Commit a5f74380 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2411 from suzukaze/Fix-docs2

Fix document in doc/mrbgems/README.md
parents f85cf981 d1d8bcba
...@@ -63,7 +63,7 @@ This will cause the *custom* GemBox to be read in during the build process, ...@@ -63,7 +63,7 @@ This will cause the *custom* GemBox to be read in during the build process,
adding *mruby-time* and *mrbgems-example* to the build. 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 If you want, you can put GemBox outside of mruby directory. In that case you must
specify absolute path like below. specify an absolute path like below.
```ruby ```ruby
conf.gembox "#{ENV["HOME"]}/mygemboxes/custom" conf.gembox "#{ENV["HOME"]}/mygemboxes/custom"
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment