From 3a6bf9eba2cef4cccae350245c55b666e926b060 Mon Sep 17 00:00:00 2001 From: Christopher Aneke Date: Sat, 23 Jan 2021 01:06:48 +0100 Subject: [PATCH] Fix README.md file --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 549b228..b60cfd2 100755 --- a/README.md +++ b/README.md @@ -7,19 +7,27 @@ Installation 2. Copy the following E2eFileInterpreter binaries directory to a directory on the Windows system to avoid Windows and Linux path conflicts. - `E2EFileInterpreter/E2EFileInterpreter/bin/Debug/netcoreapp3.1/win-x64` +``` +E2EFileInterpreter/E2EFileInterpreter/bin/Debug/netcoreapp3.1/win-x64` +``` 3. Copy the following Windows Service binaries directory to a directory on the Windows system to avoid Windows and Linux path conflicts. - `E2eToDicomWorkerService/E2eToDicomWorkerService/bin/Debug/netcoreapp3.1/win-x64` +``` +E2eToDicomWorkerService/E2eToDicomWorkerService/bin/Debug/netcoreapp3.1/win-x64` +``` 4. Configure the E2eFileInterpreter program using the config file in the E2eFileInterpreter binaries directory. - `E2EFileInterpreter/E2EFileInterpreter/bin/Debug/netcoreapp3.1/win-x64/config.json` +``` +E2EFileInterpreter/E2EFileInterpreter/bin/Debug/netcoreapp3.1/win-x64/config.json` +``` 5. Configure the E2eToDicomWorkerService Windows Service using the config file in the E2eFileInterpreter Windows Service binaries directory. - `E2eToDicomWorkerService/E2eToDicomWorkerService/bin/Debug/netcoreapp3.1/win-x64/config.json` +``` +E2eToDicomWorkerService/E2eToDicomWorkerService/bin/Debug/netcoreapp3.1/win-x64/config.json` +``` 6. Install the E2eToDicomWorkerService Windows Service by running the standard Windows Service Installer using the command: