Skip to content

Commit

Permalink
Update README.md (ardalis#550)
Browse files Browse the repository at this point in the history
> Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead.
  • Loading branch information
vanenshi authored May 3, 2023
1 parent 2b3c7fe commit d10aceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Note that the template is generally only updated with major updates to the proje
First, install the template from [NuGet (https://www.nuget.org/packages/Ardalis.CleanArchitecture.Template/)](https://www.nuget.org/packages/Ardalis.CleanArchitecture.Template/):

```powershell
dotnet new -i Ardalis.CleanArchitecture.Template
dotnet new install Ardalis.CleanArchitecture.Template
```

You should see the template in the list of templates from `dotnet new` after this install successfully. Look for "Steve Smith Clean Architecture" with Short Name of "clean-arch".
Expand Down

0 comments on commit d10aceb

Please sign in to comment.