Skip to content

Commit

Permalink
Fixed the dotnet template install command.
Browse files Browse the repository at this point in the history
The dotnet command to install the Duende templates was incorrect.
  • Loading branch information
virajs authored Oct 17, 2024
1 parent b3d0fa9 commit 85eca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IdentityServer/v7/docs/content/quickstarts/0_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Every quickstart has a reference solution - you can find the code in the [sample
The first thing you should do is install our templates:

```
dotnet new install Duende.IdentityServer.Templates
dotnet new --install Duende.IdentityServer.Templates
```

They will be used as a starting point for the various tutorials.
Expand Down

0 comments on commit 85eca7b

Please sign in to comment.