Skip to content

Commit 208d8d9

Browse files
authored
Update README.md
as per warning in command line: ``` Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead. ```
1 parent 1d49911 commit 208d8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Thanks to its modularity and extensibility, SimpleIdServer can be customized to
3030
Install SimpleIdServer templates.
3131

3232
```
33-
dotnet new --install SimpleIdServer.Templates
33+
dotnet new install SimpleIdServer.Templates
3434
```
3535

3636
This will add the following templates

0 commit comments

Comments
 (0)