Index: trunk/glueforge/INSTALL
===================================================================
--- trunk/glueforge/INSTALL	(revision 4663)
+++ trunk/glueforge/INSTALL	(revision 4666)
@@ -1,8 +1,30 @@
-# $Id: INSTALL,v 1.1 2005-07-29 03:55:29 jhoblitt Exp $
+# $Id: INSTALL,v 1.2 2005-07-29 21:38:51 jhoblitt Exp $
 
 Using the psmetadb meta-database API generator
 --
 
+- Step 0
+
+Setup your shell's enviroment for Pan-STARRS CVS.  If you need help setting up
+CVS please see this article:
+
+    http://pan-starrs.ifa.hawaii.edu/project/resources/ps-cvs.html
+
 - Step 1
+
+Install the PS:IPP::Metadata::Config module.
+
+$ cvs co PS-IPP-Metadata-Config
+$ cd PS-IPP-Metadata-Config
+$ perl Build.PL
+$ ./Build
+$ ./Build test
+# in you have sudo
+$ sudo ./Build install
+# if not
+$ su
+$ ./Build install
+
+- Step 2
 
 Checkout the psmetadb module from Pan-STARRS CVS.  If you need help setting up
@@ -14,5 +36,5 @@
 $ cd psmetadb
 
-- Step2
+- Step 3
 
 Create a MetadataConfig file that describes the table you want to access.  The
@@ -33,5 +55,5 @@
 zot     BOOL    t       # Key
 
-- Step3
+- Step 4
 
 Generate the database bindings with the "md2db.pl" program.  The example foo.md
@@ -41,5 +63,5 @@
 $ cd foodb
 
-- Step4
+- Step 5
 
 Package the software for distribution.  This is the same as for any 'standard'
