Skip to content

Commit c38a2ad

Browse files
committed
add installation section in readme
1 parent 8fb86ec commit c38a2ad

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/directnet-nuget-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- DirectNet.Net/**
99
paths-ignore:
1010
- .github/workflows/**
11+
- '*.md'
1112
workflow_dispatch:
1213

1314
env:

.github/workflows/dotnet.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches: [ main ]
66
paths-ignore:
7-
- .github/workflows/directnet-nuget-publish.yaml
7+
- .github/workflows/**
8+
- '*.md'
89
pull_request:
910
branches: [ main ]
1011
paths-ignore:
11-
- .github/workflows/directnet-nuget-publish.yaml
12+
- .github/workflows/**
13+
- '*.md'
1214

1315
jobs:
1416
build:

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ C# DirectNet serial client. Use to communicate with automation direct PLC such a
44

55
> ASCII mode is not supported.
66
7+
## Installation
8+
9+
```
10+
<PackageReference Include="DirectNet.Net" Version="1.0.0" />
11+
```
12+
713
## References
814

915
https://support.automationdirect.com/docs/an-misc-029.pdf

0 commit comments

Comments
 (0)