summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorku3nsting <ku3nsting@users.noreply.github.com>2017-05-20 22:31:04 +0200
committerDylan William Hardison <dylan@hardison.net>2017-09-21 16:04:29 +0200
commitb442c24034bb9210a15339c01f69ce7ebec64582 (patch)
tree1449ac8158f9c08e7df9930dc6fc0878cc52a26c
parent6eadc4e3f283f023f2f6871067584fce732b6bc5 (diff)
downloadbugzilla-master.tar.gz
bugzilla-master.tar.xz
Bug 1271907HEADmaster
Docs about installing full perl dependents missing "."
-rw-r--r--docs/en/rst/installing/mac-os-x.rst2
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.