diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-23 03:49:18 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-23 03:49:18 -0700 |
| commit | 00c45e71c04d6c87fa7efd436bb663ca8d8326f2 (patch) | |
| tree | 5740aaf1250d985e7fb6b9e922fa09b3b1863d79 /doc/mrbgems/README.md | |
| parent | 66bd53a4152572b35bdf73e39713718fa1a3fc17 (diff) | |
| parent | 34dd4525c51de1e2e4af110566d5fab1598e793c (diff) | |
| download | mruby-00c45e71c04d6c87fa7efd436bb663ca8d8326f2.tar.gz mruby-00c45e71c04d6c87fa7efd436bb663ca8d8326f2.zip | |
Merge pull request #1049 from monaka/pr-bitbucket-git-support
Add bitbucket git support.
Diffstat (limited to 'doc/mrbgems/README.md')
| -rw-r--r-- | doc/mrbgems/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 6c473b57d..eb6596ec8 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -23,6 +23,9 @@ A remote GIT repository location for a GEM is also supported: conf.gem :github => 'masuidrive/mrbgems-example', :branch => 'master' + conf.gem :bitbucket => 'mruby/mrbgems-example', :branch => 'master' + +NOTE: ':bitbucket' option supports only git. Hg is unsupported in this version. ## GEM Structure |
