Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Aug 23, 2024
1 parent bf06e94 commit 70606c5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,18 @@ Update to the latest version using
```
dotnet tool update --global TerminalGuiDesigner
```

This project is in alpha. See the [feature list](./README.md#features) for progress.

## V2

If you are targetting Terminal.Gui version 2 (currently pre-alpha) then you will want to install version 2 of the designer
```
dotnet tool install --global TerminalGuiDesigner --prerelease
```
Ensure that you match the Terminal.Gui library version you reference to the Designer version.

## Demo

![long-demo](https://github.com/gui-cs/TerminalGuiDesigner/assets/31306100/5df9f545-8c61-4655-bc0c-1e75d1c149d9)

### Building
Expand Down

0 comments on commit 70606c5

Please sign in to comment.