diff options
author | ku3nsting <ku3nsting@users.noreply.github.com> | 2017-05-20 22:31:04 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-09-21 16:04:29 +0200 |
commit | b442c24034bb9210a15339c01f69ce7ebec64582 (patch) | |
tree | 1449ac8158f9c08e7df9930dc6fc0878cc52a26c /docs/en | |
parent | 6eadc4e3f283f023f2f6871067584fce732b6bc5 (diff) | |
download | bugzilla-master.tar.gz bugzilla-master.tar.xz |
Docs about installing full perl dependents missing "."
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/rst/installing/mac-os-x.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/installing/mac-os-x.rst b/docs/en/rst/installing/mac-os-x.rst index 89d66a0b1..3bf9ea92a 100644 --- a/docs/en/rst/installing/mac-os-x.rst +++ b/docs/en/rst/installing/mac-os-x.rst @@ -80,7 +80,7 @@ Generally, the best way to install these is with :file:`cpanm`: If you want a more full-featured Bugzilla: -:command:`cpanm --installdeps -l local --with-all-features --without-feature oracle --without-feature mysql --without-feature pg` +:command:`cpanm --installdeps -l local --with-all-features --without-feature oracle --without-feature mysql --without-feature pg .` If you don't have :file:`cpanm` installed, you can `download it <http://cpanmin.us>`_ from cpanmin.us. |