(#971) added spectre.console.cli to quick-start.

This commit is contained in:
Nils Andresen 2023-12-23 23:59:25 +01:00 committed by Patrik Svensson
parent c62f79eded
commit 006da0f9ea

View File

@ -8,9 +8,10 @@ to install the NuGet package.
```text ```text
> dotnet add package Spectre.Console > 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. Once that is done, you can start using all the available features.
```csharp ```csharp