summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/README.md
diff options
context:
space:
mode:
authorkyab <[email protected]>2013-07-05 22:44:27 +0900
committerkyab <[email protected]>2013-07-05 22:44:27 +0900
commit63c369e862c726b5cdbd6d8afd291f866c4ca19e (patch)
tree26f6b21ee77bf93d9ff99bc71168bd6adc80c852 /doc/mrbgems/README.md
parentd4b8fdd7a56ac17064bfcce75df25f100b4a407c (diff)
downloadmruby-63c369e862c726b5cdbd6d8afd291f866c4ca19e.tar.gz
mruby-63c369e862c726b5cdbd6d8afd291f866c4ca19e.zip
[doc]Introduce ./minirake --pull_gems
Diffstat (limited to 'doc/mrbgems/README.md')
-rw-r--r--doc/mrbgems/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md
index e89fd1a56..1062adc6b 100644
--- a/doc/mrbgems/README.md
+++ b/doc/mrbgems/README.md
@@ -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