Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Small corrections
  • Loading branch information
aorzelskiGH authored Nov 1, 2020
1 parent 28d36bb commit 31ca958
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ the release bundle and invoke:
On Windows please start ```startForDemo.bat```.

We provide a couple of sample admin shells (packaged as .aasx) for you to test
and play with the software at: http://www.admin-shell-io.com/samples/
and play with the software at: http://www.admin-shell-io.com/samples/.
Please copy these to the ```aasxs``` subdirectory as needed.

### Running on Windows

Change to the directory where you extracted the release bundle.

Invoke the executable with the same name as the server variant. For example:
Start ```startForDemo.bat``` or invoke the executable with the same name as the
server variant. For example:

```
AasxServerWindows.exe --opc --rest -data-path /path/to/aasxs
Expand Down Expand Up @@ -121,8 +122,8 @@ Options:

Change to the directory where you extracted the release bundle.

Use `dotnet` to execute the DLL with the same name as the server variant.
For example:
Start ```startForDemo.bat``` or use `dotnet` to execute the DLL with the same name
as the server variant. For example:

```
dotnet AasxServerCore.dll --opc --rest --data-path /path/to/aasxs
Expand Down

0 comments on commit 31ca958

Please sign in to comment.