We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44110c commit fd2cc51Copy full SHA for fd2cc51
README.md
@@ -28,7 +28,9 @@ The binary releases are provided as a ZIP file. To install the binaries do the f
28
29
1. Install the [.NET Core Runtime 3.1](https://dotnet.microsoft.com/download/dotnet/3.1) for your platform.
30
2. Extract the files from the ZIP into a directory of your choice.
31
-3. On Windows run "Opc2Aml.exe" from the command line. On Linux run "dotnet Opc2Aml.dll" from the terminal.
+3. Run the app:
32
+ a. Windows command line> ` Opc2Aml.exe`
33
+ b. Linux terminal> `dotnet Opc2Aml.dll`
34
35
## Licenses
36
0 commit comments