From 066b0046300d741cb67e158b7b50f75644047d17 Mon Sep 17 00:00:00 2001 From: joreg Date: Thu, 30 Nov 2023 00:29:40 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5dfb41a..b540161 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,9 @@ Has support for the [Augmenta TUIO Protocol](https://github.com/Augmenta-tech/Au Try it with vvvv, the visual live-programming environment for .NET Download: http://visualprogramming.net +## Using the library +In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) in the VL documentation. As described there you go to the commandline and then type: + + nuget install VL.Augmenta -pre + Demos are available via the Help Browser!