From 006da0f9ea9f7e309c2831bd1d33baaade5058b1 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Sat, 23 Dec 2023 23:59:25 +0100 Subject: [PATCH] (#971) added spectre.console.cli to quick-start. --- docs/input/quick-start.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/input/quick-start.md b/docs/input/quick-start.md index 69907d8..2062860 100644 --- a/docs/input/quick-start.md +++ b/docs/input/quick-start.md @@ -8,9 +8,10 @@ to install the NuGet package. ```text > dotnet add package Spectre.Console +> dotnet add package Spectre.Console.Cli ``` -After that you will need to reference the `Spectre.Console` namespace. +After that you will need to reference the `Spectre.Console` and `Spectre.Console.Cli` namespaces. Once that is done, you can start using all the available features. ```csharp