Skip to content

Commit

Permalink
Fix README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Aneke committed Jan 23, 2021
1 parent 3869da6 commit 3a6bf9e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3a6bf9e

Please sign in to comment.