Index: /trunk/Ohana/doc/INSTALL
===================================================================
--- /trunk/Ohana/doc/INSTALL	(revision 2659)
+++ /trunk/Ohana/doc/INSTALL	(revision 2660)
@@ -12,28 +12,54 @@
 development community.
 
-Installing Ohana from source tar ball
+1) Installing Ohana from source tar ball:
 
-un-gzip and untar:  
+  un-gzip and untar:  
 
-  > gunzip -c ohana.tgz | tar xvf -
+    > gunzip -c ohana.tgz | tar xvf -
 
-enter the ohana top-level directory:
+  enter the ohana top-level directory:
 
-  > cd ohana
+    > cd ohana
 
-construct the input Configure file [1]:
+  construct the input Configure file [1]:
 
-  > configure
+    > configure
 
-this step will note the binary installation path.  This should be
-added to your PATH
+  this step will note the binary installation path.  This should be
+  added to your PATH
 
-compile the software
+  compile the software
 
-  > make
+    > make
 
-install the software
+  install the software
 
-  > make install
+    > make install
+
+2) Installing Ohana from CVS (Developer's version):
+
+  check out the ohana source tree:
+
+    > setenv CVSROOT poma:/data/elixir2/srcdir/cvs
+    > cvs co ohana
+
+  enter the ohana top-level directory:
+
+    > cd ohana
+
+  construct the input Configure file [1]:
+
+    > configure
+
+  this step will note the binary installation path.  This should be
+  added to your PATH
+
+  compile the software
+
+    > make
+
+  install the software
+
+    > make install
 
 ***** Notes *****
