diff Sphinx/source/faq/log.rst @ 196:2b6b82c57e79

Orthanc 1.5.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Feb 2019 16:41:00 +0100
parents 6fd3eae67f6a
children d7073b3e8488
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst	Mon Feb 04 09:54:28 2019 +0100
+++ b/Sphinx/source/faq/log.rst	Fri Feb 08 16:41:00 2019 +0100
@@ -49,7 +49,7 @@
 2. Stop the Orthanc service. The actual process depends on your
    version of Windows.
 
-3. Copy the just-downloaded ``Orthanc-1.5.3-Release.exe`` together
+3. Copy the just-downloaded ``Orthanc-1.5.4-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``).
@@ -57,7 +57,7 @@
 4. Type in a command-line shell, to generate the ``Orthanc.log`` file::
 
    $ cd C:\Temp
-   $ Orthanc-1.5.3-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
+   $ Orthanc-1.5.4-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
 
 5. Restart the Orthanc service.