Skip to content

Commit

Permalink
Simplify installation commands in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayIT committed Oct 26, 2020
1 parent 334cc3c commit bdc4772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ A ready-to-use template for ASP.NET Core with repositories, services, models map
You can install this template using [NuGet](https://www.nuget.org/packages/AspNetCoreTemplate):

```powershell
dotnet new --install AspNetCoreTemplate
dotnet new -i AspNetCoreTemplate
```

```powershell
dotnet new aspnet-core-template -n YourProjectName
dotnet new aspnet-core -n YourProjectName
```

## Project Overview
Expand Down

0 comments on commit bdc4772

Please sign in to comment.