[Zope-Checkins] SVN: Zope/trunk/doc/INSTALL.rst Revert back to backslashes; these statements are explicitly for Windows
Marius Gedminas
marius at pov.lt
Tue Dec 29 10:10:50 EST 2009
Log message for revision 107265:
Revert back to backslashes; these statements are explicitly for Windows
systems.
Sorry for my brain eclipse cluttering your checkin lists.
Changed:
U Zope/trunk/doc/INSTALL.rst
-=-
Modified: Zope/trunk/doc/INSTALL.rst
===================================================================
--- Zope/trunk/doc/INSTALL.rst 2009-12-29 15:10:33 UTC (rev 107264)
+++ Zope/trunk/doc/INSTALL.rst 2009-12-29 15:10:50 UTC (rev 107265)
@@ -233,16 +233,16 @@
For this to work on Windows, the Zope instance must be installed as
a Service. This is done with::
- bin/zopectl install
+ bin\zopectl install
If you later want to remove this Service, do the following::
- bin/zopectl remove
+ bin\zopectl remove
For the full list of options available for setting up Zope as a
Windows Service, do::
- bin/zopectl install --help
+ bin\zopectl install --help
.. highlight:: bash
@@ -264,7 +264,7 @@
.. code-block:: none
- bin/zopectl install --startup=auto
+ bin\zopectl install --startup=auto
Configuring Zope
================
More information about the Zope-Checkins
mailing list