Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Dec 31, 2023
1 parent 617b2e4 commit c6491a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Extension methods and a bit of fancy footwork to host Spectre.Console.Cli in a H

## Usage

```
dotnet add package Community.Extensions.Spectre.Cli.Hosting
```

## Sample Project

```
var builder = Host.CreateApplicationBuilder(args);
Expand Down

0 comments on commit c6491a5

Please sign in to comment.