Commit 382dd387 authored by Marius Gedminas's avatar Marius Gedminas

Revert back to backslashes; these statements are explicitly for Windows

systems.

Sorry for my brain eclipse cluttering your checkin lists.
parent 14d89c4d
...@@ -233,16 +233,16 @@ and see if there are any errors preventing zope from starting. ...@@ -233,16 +233,16 @@ and see if there are any errors preventing zope from starting.
For this to work on Windows, the Zope instance must be installed as For this to work on Windows, the Zope instance must be installed as
a Service. This is done with:: a Service. This is done with::
bin/zopectl install bin\zopectl install
If you later want to remove this Service, do the following:: 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 For the full list of options available for setting up Zope as a
Windows Service, do:: Windows Service, do::
bin/zopectl install --help bin\zopectl install --help
.. highlight:: bash .. highlight:: bash
...@@ -264,7 +264,7 @@ also work at the command line. ...@@ -264,7 +264,7 @@ also work at the command line.
.. code-block:: none .. code-block:: none
bin/zopectl install --startup=auto bin\zopectl install --startup=auto
Configuring Zope Configuring Zope
================ ================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment