Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add instructions on how to add the v2 target
  • Loading branch information
tznind authored Sep 19, 2024
1 parent a6d5bd0 commit 95363b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 95363b1

Please sign in to comment.