diff options
author | mozilla%colinogilvie.co.uk <> | 2008-01-17 03:40:15 +0100 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2008-01-17 03:40:15 +0100 |
commit | e3c8aee0b2816251867de3ea39fac352eba0b0f5 (patch) | |
tree | 29a19812ef2929a5a429701e75513fff525c448f /docs/xml | |
parent | 0e2ea68e886628033f9afeba99f90144b4f85510 (diff) | |
download | bugzilla-e3c8aee0b2816251867de3ea39fac352eba0b0f5.tar.gz bugzilla-e3c8aee0b2816251867de3ea39fac352eba0b0f5.tar.xz |
Bug 397544: ppm repository command is outdated
Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com>, r=me, r=kevin.benton
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/installation.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 572d16f33..eb34fac0c 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.148 2007/12/19 00:42:00 mkanat%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.149 2008/01/16 20:40:15 mozilla%colinogilvie.co.uk Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1835,9 +1835,16 @@ C:\perl> <command>ppm install <module name></command> </para> <programlisting> -<command>ppm repository add landfill http://www.landfill.bugzilla.org/ppm/</command> +<command>ppm repo add landfill http://www.landfill.bugzilla.org/ppm/</command> </programlisting> - + <note> + <para> + In versions prior to 5.8.8 build 819 of PPM the command is + <programlisting> +<command>ppm repository add landfill http://www.landfill.bugzilla.org/ppm/</command> + </programlisting> + </para> + </note> <note> <para> The PPM repository stores modules in 'packages' that may have |