Skip to content

Commit bdc4772

Browse files
committed
Simplify installation commands in README.md
1 parent 334cc3c commit bdc4772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ A ready-to-use template for ASP.NET Core with repositories, services, models map
1616
You can install this template using [NuGet](https://www.nuget.org/packages/AspNetCoreTemplate):
1717

1818
```powershell
19-
dotnet new --install AspNetCoreTemplate
19+
dotnet new -i AspNetCoreTemplate
2020
```
2121

2222
```powershell
23-
dotnet new aspnet-core-template -n YourProjectName
23+
dotnet new aspnet-core -n YourProjectName
2424
```
2525

2626
## Project Overview

0 commit comments

Comments
 (0)