浏览代码

Update README.md

Should be 'dotnet add package' not 'dotnet package add'
jay8ee 4 年之前
父节点
当前提交
43d373543a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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