Browse Source

Merge pull request #1108 from jay8ee/master

Update .netcore installation instruction in README.md
Charlie Kindel 4 years ago
parent
commit
364a8c997d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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.
 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
 ## Running and Building