From 008082f93ffa8d86fd9ec079bab408d840b421b0 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 15 Feb 2018 22:54:08 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 50dd65aed..ea5c941e1 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ class Demo { } ``` +# Installing it + +If you want to try Gui.cs, use NuGet to install the `Terminal.Gui` NuGet package: + +https://www.nuget.org/packages/Terminal.Gui/0.1.0 + # Running and Building Open the solution and run the sample program.