From d002ef8515650f33d8b1a313fce3ccdc35a47b09 Mon Sep 17 00:00:00 2001 From: Martin Finkel Date: Mon, 16 Sep 2024 17:14:46 +0700 Subject: [PATCH] readme: mention windows gpl --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a223842..6b23d91 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,11 @@ Minimum OS version supported by LibVLC 3.x: dotnet add package VideoLAN.LibVLC.Windows ``` +*For the GPL version, use the following command:* +```cmd + dotnet add package VideoLAN.LibVLC.Windows.GPL +``` + [![NuGet version](https://img.shields.io/nuget/v/VideoLAN.LibVLC.Windows.svg)](https://www.nuget.org/packages/VideoLAN.LibVLC.Windows) [![NuGet downloads](https://img.shields.io/nuget/dt/VideoLAN.LibVLC.Windows.svg)](https://www.nuget.org/packages/VideoLAN.LibVLC.Windows)