mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
10 lines
234 B
Markdown
10 lines
234 B
Markdown
This is just a simple standalone sample that shows how to consume Terinal.Gui from a NuGet package and .NET Core project.
|
|
|
|
Simply run:
|
|
|
|
```
|
|
$ dotnet run
|
|
```
|
|
|
|
To launch the application. Or use Visual Studio, open the solution and run.
|