Index: trunk/glueforge/INSTALL
===================================================================
--- trunk/glueforge/INSTALL	(revision 5897)
+++ trunk/glueforge/INSTALL	(revision 5963)
@@ -1,3 +1,3 @@
-# $Id: INSTALL,v 1.5 2006-01-05 01:03:50 jhoblitt Exp $
+# $Id: INSTALL,v 1.6 2006-01-11 02:12:34 jhoblitt Exp $
 
 Using the glueforge meta-database API generator
@@ -53,6 +53,6 @@
 Create a MetadataConfig file that describes the table you want to access.  The
 MetadataConfig file syntax is described in the pslib SDRS.  glueforge specific
-details are included in the "glueforge" man page. For reference, an example
-named foo.md is provided
+details are included in the "glueforge" man page. For reference, both a simple
+and complex config example is provided in the examples directory.
 
 $ perldoc glueforge
@@ -62,18 +62,16 @@
 $ man glueforge
 
-$ cat foo.md
-table   STR     foo
-foo     STR     60      # Primary Key
-bar     S32     0
-baz     F32     0.0
-boing   F64     0.0
-zot     BOOL    t       # Key
+$ cat examples/simple.md
+
+or
+
+$ cat examples/complex.md
 
 - Step 4
 
 Generate the database bindings with the "glueforge" executable.  The example
-foo.md file will generate code under the directory "foodb".
+simple.md file will generate code under the directory "foodb".
 
-$./glueforge -t templates/psdb -i foo.md
+$./glueforge -t templates/psdb -i examples/simple.md
 $ cd foodb
 
