Index: trunk/glueforge/INSTALL
===================================================================
--- trunk/glueforge/INSTALL	(revision 4667)
+++ trunk/glueforge/INSTALL	(revision 4669)
@@ -1,3 +1,3 @@
-# $Id: INSTALL,v 1.3 2005-07-29 21:39:18 jhoblitt Exp $
+# $Id: INSTALL,v 1.4 2005-07-29 21:46:32 jhoblitt Exp $
 
 Using the psmetadb meta-database API generator
@@ -13,6 +13,7 @@
 - Step 1
 
-Install the PS:IPP::Metadata::Config module.
+Install the PS:IPP::Metadata::Config and Template modules.
 
+# PS:IPP::Metadata::Config
 $ cvs co PS-IPP-Metadata-Config
 $ cd PS-IPP-Metadata-Config
@@ -20,9 +21,19 @@
 $ ./Build
 $ ./Build test
-# in you have sudo
+# if you have sudo
 $ sudo ./Build install
 # if not
 $ su
 $ ./Build install
+
+# Template
+# if you have sudo
+$ sudo perl -MCPAN -e 'install Template'
+# if not
+$ su -
+$ perl -MCPAN -e 'install Template'
+
+If you have never used CPAN before you will be given a series of prompts to
+configure the module.
 
 - Step 2
