diff options
author | mozilla%colinogilvie.co.uk <> | 2008-04-04 13:48:19 +0200 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2008-04-04 13:48:19 +0200 |
commit | 6424be77daa992991d9233511d61accf1921d625 (patch) | |
tree | 54148c7c04ae543722ee6f780e4afad07a7ce01d | |
parent | 2d71853c13eab747b40fa98551f3a90cafa476d8 (diff) | |
download | bugzilla-6424be77daa992991d9233511d61accf1921d625.tar.gz bugzilla-6424be77daa992991d9233511d61accf1921d625.tar.xz |
Bug 397544: ppm repository command is outdated
Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com>, r=me, r=kevin.benton
-rw-r--r-- | docs/en/xml/installation.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 421140c32..123aac4bb 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.148 2008/04/04 06:48:18 mkanat%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.149 2008/04/04 06:48:19 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 |