From d10acebc84237920c0b63fdc12897da9e14edbfe Mon Sep 17 00:00:00 2001 From: Amir Hossein Shekari Date: Wed, 3 May 2023 17:46:01 +0330 Subject: [PATCH] Update README.md (#550) > Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79d7596c7..dd90c954e 100644 --- a/README.md +++ b/README.md @@ -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".