[Zope-Checkins] CVS: Zope2 - INSTALL.txt:1.5.180.1

andreas@serenade.digicool.com andreas@serenade.digicool.com
Sat, 7 Jul 2001 11:00:05 -0400


Update of /cvs-repository/Zope2/ZServer
In directory serenade:/tmp/cvs-serv863/ZServer

Modified Files:
      Tag: Zope-2_4-branch
	INSTALL.txt 
Log Message:



--- Updated File INSTALL.txt in package Zope2 --
--- INSTALL.txt	1999/07/20 16:51:23	1.5
+++ INSTALL.txt	2001/07/07 15:00:05	1.5.180.1
@@ -16,7 +16,7 @@
   
   Here's an example of use::
   
-    $ python1.5.2 z2.py -w 8888 -f "" -p "" -m "" &
+    $ python z2.py -w 8888 -f "" -p "" -m "" &
     
   This example starts Zope using a web server on port 8888. It does
   not start and FTP server, or a PCGI server, or a Monitor server. It
@@ -52,7 +52,7 @@
 
   To start ZServer run the start script::
   
-    $ python1.5.2 z2.py
+    $ python z2.py
     
   To stop the server type 'control-c'.