diff Sphinx/source/faq/log.rst @ 179:9c03457239c2

Orthanc 1.5.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Dec 2018 12:45:34 +0100
parents 981e5a996b11
children e48ed865e8cd
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst	Mon Dec 10 17:04:09 2018 +0100
+++ b/Sphinx/source/faq/log.rst	Thu Dec 20 12:45:34 2018 +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.0-Release.exe`` together
+3. Copy the just-downloaded ``Orthanc-1.5.1-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.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
+   $ Orthanc-1.5.1-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
 
 5. Restart the Orthanc service.