diff Sphinx/source/faq/log.rst @ 72:83c0a6556e6c

Orthanc 1.2.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Dec 2016 18:00:15 +0100
parents 87803e4e9c91
children ae10157de307
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst	Mon Dec 12 16:44:47 2016 +0100
+++ b/Sphinx/source/faq/log.rst	Tue Dec 13 18:00:15 2016 +0100
@@ -25,7 +25,7 @@
 2. Stop the Orthanc service. The actual process depends on your
    version of Windows.
 
-3. Copy the just-downloaded ``Orthanc-1.1.0-Release.exe`` together
+3. Copy the just-downloaded ``Orthanc-1.2.0-Release.exe`` together
    with your configuration file (that is by default located in
    ``C:\Orthanc\Configuration.json``) into the same folder
    (e.g. ``C:\Temp``).
@@ -33,7 +33,7 @@
 4. Type in a command-line shell, to generate the ``Orthanc.log`` file::
 
    $ cd C:\Temp
-   $ Orthanc-1.1.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
+   $ Orthanc-1.2.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
 
 5. Restart the Orthanc service.