diff options
| author | John Bampton <[email protected]> | 2021-06-17 12:01:13 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-06-17 12:02:21 +1000 |
| commit | d08ea8a92c7ac99ed51d17abde31d740211c3b92 (patch) | |
| tree | bfb05d293b0dd3b50805d293e898c9d1017b13e0 /doc/guides/mrbgems.md | |
| parent | 7b0eb1f9b3ecfaaa83e493b233edc276ea7fff56 (diff) | |
| download | mruby-d08ea8a92c7ac99ed51d17abde31d740211c3b92.tar.gz mruby-d08ea8a92c7ac99ed51d17abde31d740211c3b92.zip | |
Standardize commands inside backticks
Remove whitespace
Diffstat (limited to 'doc/guides/mrbgems.md')
| -rw-r--r-- | doc/guides/mrbgems.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/mrbgems.md b/doc/guides/mrbgems.md index 9aebb9208..88c5aedba 100644 --- a/doc/guides/mrbgems.md +++ b/doc/guides/mrbgems.md @@ -55,8 +55,8 @@ conf.gem mgem: 'mruby-redis', checksum_hash: '3446d19fc4a3f9697b5ddbf2a904f301c4 If there are missing dependencies, mrbgem dependencies solver will reference mrbgem from the core or mgem-list. -To pull all gems from remote GIT repository on build, call ```rake -p```, -or ```rake --pull-gems```. +To pull all gems from remote GIT repository on build, call `rake -p`, +or `rake --pull-gems`. NOTE: `:bitbucket` option supports only git. Hg is unsupported in this version. |
