Skip to content

Commit d44110c

Browse files
committed
improved readme
1 parent d10db8c commit d44110c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Opc2Aml
2-
This C# console application targets .NET Core Runtime 3.1 can be built using Visual Studio (Windows) or Visual Studio Code (Window,Linux,MAC)
32

3+
Command line utility to convert OPC UA Nodeset files to AutomationML Libraries for UAFX offline engineering.
44

5-
6-
## Command Line Help
5+
## Command line help
76

87
```
98
Converts one or more OPC UA Nodeset files in the current working directory (CWD) into their equivalent
@@ -19,11 +18,14 @@ With no optional arguments, all nodeset files in CWD are processed.
1918
All dependent nodeset files need to be present in the CWD, even if they are not processed.
2019
```
2120

21+
## Building from source
2222

23+
This C# console application targets .NET Core Runtime 3.1 can be built using Visual Studio (Windows) or Visual Studio Code (Window,Linux,MAC).
2324

24-
## Binary Releases
25+
## Binary releases
2526

2627
The binary releases are provided as a ZIP file. To install the binaries do the following:
28+
2729
1. Install the [.NET Core Runtime 3.1](https://dotnet.microsoft.com/download/dotnet/3.1) for your platform.
2830
2. Extract the files from the ZIP into a directory of your choice.
2931
3. On Windows run "Opc2Aml.exe" from the command line. On Linux run "dotnet Opc2Aml.dll" from the terminal.
@@ -34,4 +36,3 @@ The source code in this repository is MIT License but the code depends on two Nu
3436

3537
- AML.Engine - [Nuget MIT License](https://licenses.nuget.org/MIT).
3638
- OPCFoundation.NetStandard.Opc.UA - [Custom License](https://www.nuget.org/packages/OPCFoundation.NetStandard.Opc.Ua/1.4.367.42/license)
37-

0 commit comments

Comments
 (0)