mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Update README.md
Should be 'dotnet add package' not 'dotnet package add'
This commit is contained in:
@@ -190,7 +190,7 @@ Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/pac
|
||||
To install Terminal.Gui into a .NET Core project, use the `dotnet` CLI tool with following command.
|
||||
|
||||
```
|
||||
dotnet package add Terminal.Gui
|
||||
dotnet add package Terminal.Gui
|
||||
```
|
||||
|
||||
## Running and Building
|
||||
|
||||
Reference in New Issue
Block a user