Skip to content

Commit

Permalink
Replace the deprecated "dotnet new install" command (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm authored Sep 16, 2024
1 parent 0f9245d commit 8e6418f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Pages/01_01_QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Installation**

```shell
dotnet new --install Blazor.BrowserExtension.Template
dotnet new install Blazor.BrowserExtension.Template
```

**Create a new project**
Expand Down

0 comments on commit 8e6418f

Please sign in to comment.