summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-07-05 19:40:21 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-07-05 19:40:21 -0700
commit850e703e1ee54f169d30246f16d8c031328b7671 (patch)
tree89b760b38304eb63867e3793b5794e6d5ae317a8 /doc/mrbgems/README.md
parenta0088cac3cfd578210cb62e6dd8b8a3c4c2924d9 (diff)
parent63c369e862c726b5cdbd6d8afd291f866c4ca19e (diff)
downloadmruby-850e703e1ee54f169d30246f16d8c031328b7671.tar.gz
mruby-850e703e1ee54f169d30246f16d8c031328b7671.zip
Merge pull request #1346 from kyab/doc_update_gem_pull
[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