Skip to content

Commit

Permalink
(#971) added spectre.console.cli to quick-start.
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a authored and patriksvensson committed Jan 1, 2024
1 parent c62f79e commit 006da0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/input/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 006da0f

Please sign in to comment.