summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/mac-os-x.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/installing/mac-os-x.rst')
-rw-r--r--docs/en/rst/installing/mac-os-x.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/en/rst/installing/mac-os-x.rst b/docs/en/rst/installing/mac-os-x.rst
index 938088272..7bf6ead96 100644
--- a/docs/en/rst/installing/mac-os-x.rst
+++ b/docs/en/rst/installing/mac-os-x.rst
@@ -74,13 +74,16 @@ Perl Modules
Bugzilla requires a number of Perl modules. Generally, the best way to install
these is with the cpanm command.
-Generally, the best way to install these is with cpanm:
+Generally, the best way to install these is with :file:`cpanm`:
-:command:`curl -L http://cpanmin.us | perl - --installdeps -l local .`
+:command:`cpanm --installdeps -l local .`
If you want a more full-featured Bugzilla:
-:command:`curl -L http://cpanmin.us | perl - --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.
.. _macosx-config-webserver: