[doc]Introduce ./minirake --pull_gems

This commit is contained in:
kyab
2013-07-05 22:44:27 +09:00
parent d4b8fdd7a5
commit 63c369e862
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -177,6 +177,7 @@ Integrate GEMs in the build process.
conf.gem 'path/to/another/gem'
See doc/mrbgems/README.md for more option about mrbgems.
### Mrbtest
Configuration Mrbtest build process.
+3
View File
@@ -25,6 +25,9 @@ A remote GIT repository location for a GEM is also supported:
conf.gem :bitbucket => 'mruby/mrbgems-example', :branch => 'master'
To pull all gems from remote GIT repository on build, call ```./minirake -p```,
or ```./minirake --pull_gems```.
NOTE: `:bitbucket` option supports only git. Hg is unsupported in this version.
## GemBox