Skip to content

Commit e9c5eb9

Browse files
authored
Merge pull request #7 from chipkin/readmeUpdate
Updated readme with release instructions
2 parents 529923f + b5f5d3a commit e9c5eb9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ A basic BACnet IP server example written in C# using the [CAS BACnet Stack](http
44

55
## Releases
66

7-
Build versions of this example can be downloaded from the [Releases](https://github.com/chipkin/BACnetServerExampleCSharp/releases) page.
7+
Build versions of this example can be downloaded from the [Releases](https://github.com/chipkin/BACnetServerExampleCSharp/releases) page.
88

99
## Installation
1010

1111
Download the latest release zip file on the [Releases](https://github.com/chipkin/BACnetServerExampleCSharp/releases) page.
12+
Copy CASBACnetStack_x64_Release.dll from the CAS BACnet Stack into the release folder. Please contact Chipkin Automation Systems for access to the CAS BACnet Stack. Launch server by using the following command:
13+
```
14+
dotnet BACnetServerExample.dll
15+
```
16+
Requires [.NET Core 3.0+](https://dotnet.microsoft.com/download)
1217

1318
## Usage
1419

0 commit comments

Comments
 (0)