From 6d55efcf64757894cb75ba94361ceca9d63b8afb Mon Sep 17 00:00:00 2001 From: Arash zandi Date: Wed, 28 Jun 2023 15:49:26 +0330 Subject: [PATCH] Update README.md --install is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f44a5a7..0f0abf519 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ The easiest way to get started with Blazor Hero is to install the [NuGet package 1. Install the latest [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) 2. Install the latest DOTNET & EF CLI Tools by using this command `dotnet tool install --global dotnet-ef` 3. Install the latest version of Visual Studio IDE 2019 (v16.8 and above) 🚀 -4. Open up Command Prompt and run `dotnet new --install BlazorHero.CleanArchitecture` to install the project template +4. Open up Command Prompt and run `dotnet new install BlazorHero.CleanArchitecture` to install the project template 5. Create a folder for your solution and cd into it (the template will use it as project name) 6. Run `dotnet new BlazorHero.CleanArchitecture` to create a new Solution with all the Awesomeness 🕶️ of BlazorHero 🦸