diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-27 02:53:02 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-27 02:53:02 +0900 |
| commit | e488393cbbdd4fd123d71c6c3bd067f1eee5c37a (patch) | |
| tree | bcdb115f19288cfb5f4af14493c350233b29350f /doc | |
| parent | 63e5a3cfb10e238eaab2a77bcc83acd0d41e60fa (diff) | |
| parent | f6d686eae0fce7d93426e0eb188cdc9658dfee75 (diff) | |
| download | mruby-e488393cbbdd4fd123d71c6c3bd067f1eee5c37a.tar.gz mruby-e488393cbbdd4fd123d71c6c3bd067f1eee5c37a.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 07f7002fb..881fbb228 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -26,7 +26,7 @@ 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```. +or ```./minirake --pull-gems```. NOTE: `:bitbucket` option supports only git. Hg is unsupported in this version. |
