From 0f4a1996adf4b542c9136bbd6d84f89998359271 Mon Sep 17 00:00:00 2001 From: Paul van Dinther <vandinther@gmail.com> Date: Fri, 15 Dec 2023 14:19:47 +1300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 640377b..1f16291 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,10 @@ In most cases you probably handle port found and port added with the same event ![image](https://github.com/dinther/SerialPortManager/assets/1192916/4b4744de-5da8-4bae-9087-b4058a48fbee) +## Installation + +This is a standard .NET 6.0 C# library. You can either add the SerialPortManager project to the dependencies of your own project or +add SerialPortManager.dll to the dependencies of your project. + +