Skip to content

Commit e0c667f

Browse files
authored
- update the templates install command to reflect dotnet cli updates (#2415)
1 parent c35dcb2 commit e0c667f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/articles/guides/dotnet-new-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ The template exists for each major .NET language ([C#](https://learn.microsoft.c
1313
The templates requires the [.NET Core SDK](https://www.microsoft.com/net/download). Once installed, run the following command to install the templates:
1414

1515
```log
16-
dotnet new -i BenchmarkDotNet.Templates
16+
dotnet new install BenchmarkDotNet.Templates
1717
```
1818

1919
If you want to uninstall all BenchmarkDotNet templates:
2020

2121
```log
22-
dotnet new -u BenchmarkDotNet.Templates
22+
dotnet new uninstall BenchmarkDotNet.Templates
2323
```
2424

2525
The template is a nuget package distributed over nuget: [BenchmarkDotNet.Templates](https://www.nuget.org/packages/BenchmarkDotNet.Templates/).

0 commit comments

Comments
 (0)