From 95363b18832cf03c08df574a9e1e2a0efe2945e7 Mon Sep 17 00:00:00 2001 From: Thomas Nind <31306100+tznind@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:50:37 +0100 Subject: [PATCH] Update README.md Add instructions on how to add the v2 target --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1c646f6..6c34212 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ To add this template to those available in `dotnet new` you will need to install dotnet new --install Terminal.Gui.templates ``` +To use the v2 version of Terminal.Gui library you should instead reference the [latest version from nuget.org](https://www.nuget.org/packages/Terminal.gui.templates) e.g. + +``` +dotnet new install Terminal.Gui.Templates::2.0.0-v2-develop.2203 +``` + After installing you can use the template to create new projects: ```