[Zope3-checkins] SVN: Zope3/trunk/README.txt Testing changes to checkin mechanism with some cosmetic edits.

Ken Manheimer klm at zope.com
Tue Oct 12 17:18:10 EDT 2004


Log message for revision 28034:
  Testing changes to checkin mechanism with some cosmetic edits.
  


Changed:
  U   Zope3/trunk/README.txt


-=-
Modified: Zope3/trunk/README.txt
===================================================================
--- Zope3/trunk/README.txt	2004-10-12 19:58:05 UTC (rev 28033)
+++ Zope3/trunk/README.txt	2004-10-12 21:18:08 UTC (rev 28034)
@@ -21,7 +21,7 @@
     # cd Zope3
     # python2.3 setup.py -q build_ext -i
 
-  On a unix variant, you can just type: make
+  On a unix variant, you can just type: 'make'
 
   On Windows, if you downloaded the binary distribution, this has
   already been done for you (since the compiler we use on Windows
@@ -40,9 +40,9 @@
 
 Starting Zope3
 
-  Before running Zope, you need to create one or more bootstrap
-  users.  Try copying and editing the file sample_principals.zcml to
-  principals.zcml.  Make sure you change the passwords.
+  Before running Zope, you need to create one or more bootstrap users.
+  Copy the file 'sample_principals.zcml' to 'principals.zcml', and edit the
+  result to your needs.  Make sure you change the passwords.
 
   To run Zope just run the z3.py script:
 



More information about the Zope3-Checkins mailing list