[CMF-checkins] CVS: CMF - INSTALL.txt:1.9.2.2

Tres Seaver tseaver@zope.com
Mon, 5 Aug 2002 00:25:32 -0400


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv2777

Modified Files:
      Tag: CMF-1_3-branch
	INSTALL.txt 
Log Message:
 - Version fixup.

=== CMF/INSTALL.txt 1.9.2.1 => 1.9.2.2 ===
-Installing CMF 1.3-beta2
+Installing CMF 1.3
 
   Requirements
 
@@ -26,11 +26,11 @@
 
   Procedure
 
-    1. Unpack the CMF-1.3-beta2.tar.gz tarball into a working
+    1. Unpack the CMF-1.3.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.3-beta2.tar.gz
+        $ tar xzf /tmp/CMF-1.3.tar.gz
 
        Note for Windows users:  if you are using WinZip to unpack
           the file, be *sure* to disable the "TAR file smart CR/LF
@@ -43,13 +43,13 @@
        For instance::
 
         $ cd /var/zope/Products  # /var/zope is INSTANCE_HOME
-        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFCore .
-        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFDefault .
-        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.3/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.3/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.3/CMFTopic .
 
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.3beta2/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.3/CMF* .
 
        Since linking doesn't apply on Windows, you will need
        to cut or copy the files from the place where you unpacked
@@ -65,7 +65,7 @@
 
   Install the New Software.
 
-    0. "Download":CMF-1.3-beta2.tar.gz the tarball.
+    0. "Download":CMF-1.3.tar.gz the tarball.
 
     1. Copy your "working" products off to one side (in case
        you need / choose to revert).