From 6d9c92d24fe3024f876013accf0a5dfe1a9564c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:49:54 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 379049b..0a30178 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +![Nuget](https://img.shields.io/nuget/v/MewtocolNet) +![Lines of code](https://img.shields.io/tokei/lines/github/WOmed/MewtocolNet) +![Nuget](https://img.shields.io/nuget/dt/MewtocolNet) +![GitHub](https://img.shields.io/github/license/WOmed/MewtocolNet) +![Status](https://img.shields.io/badge/Status-In%20dev-orange) + # MewtocolNet An easy to use Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial. @@ -43,6 +49,18 @@ Where is the RS232/Serial support? > Support for the serial protocol will be added soon, feel free to contribute +# Installing + +Install this package by using [Nuget](https://www.nuget.org/packages/MewtocolNet/) or reference +```XML + +``` +in your dependencies. +Alternatively use the dotnet CLI and run +```Shell +dotnet add package MewtocolNet +``` + # Protocol description Panasonic has published a [protocol definition](https://mediap.industry.panasonic.eu/assets/custom-upload/Factory%20&%20Automation/PLC/Manuals/mn_all_plcs_mewtocol_user_pidsx_en.pdf) on their site.