|
@@ -28,6 +28,8 @@ cd myproj
|
|
dotnet run
|
|
dotnet run
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+There is also a [visual designer](https://github.com/gui-cs/TerminalGuiDesigner) (uses Terminal.Gui itself).
|
|
|
|
+
|
|
## Documentation
|
|
## Documentation
|
|
|
|
|
|
* [Getting Started](https://gui-cs.github.io/Terminal.GuiV2Docs/docs/getting-started.html)
|
|
* [Getting Started](https://gui-cs.github.io/Terminal.GuiV2Docs/docs/getting-started.html)
|
|
@@ -47,14 +49,16 @@ The team is looking forward to seeing new amazing projects made by the community
|
|
|
|
|
|
## Sample Usage in C#
|
|
## Sample Usage in C#
|
|
|
|
|
|
-The following example shows a basic Terminal.Gui application in C#:
|
|
|
|
-
|
|
|
|
-[!code-csharp[](./Example/Example.cs)]
|
|
|
|
|
|
+The following example shows a basic Terminal.Gui application in C#:
|
|
|
|
+[Example (source)](./Example/Example.cs)
|
|
|
|
|
|
When run the application looks as follows:
|
|
When run the application looks as follows:
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
+## Sample usage in F#
|
|
|
|
+F# examples are located [here](./FSharpExample/Program.fs)
|
|
|
|
+
|
|
## Installing
|
|
## Installing
|
|
|
|
|
|
Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/packages/Terminal.Gui
|
|
Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/packages/Terminal.Gui
|