Skip to content

Commit 6a61c89

Browse files
authored
Update README.md (#46497)
1 parent cec7fbf commit 6a61c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProjectTemplates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Then, use one of:
6161
1. Install the templates to an existing Visual Studio installation.
6262
1. Pack the ProjectTemplates: `src\ProjectTemplates\build.cmd -pack -configuration Release`
6363
- This will produce the `*dev.nupkg` containing the ProjectTemplates at `artifacts\packages\Release\Shipping\Microsoft.DotNet.Web.ProjectTemplates.7.0.7.0.0-dev.nupkg`
64-
2. Install ProjectTemplates in local Visual Studio instance: `dotnet new -i "<REPO_PATH>\artifacts\packages\Release\Shipping\Microsoft.DotNet.Web.ProjectTemplates.7.0.7.0.0-dev.nupkg"`
64+
2. Install ProjectTemplates in local Visual Studio instance: `dotnet new install "<REPO_PATH>\artifacts\packages\Release\Shipping\Microsoft.DotNet.Web.ProjectTemplates.7.0.7.0.0-dev.nupkg"`
6565
3. Run Visual Studio and test out templates manually.
66-
4. Uninstall ProjectTemplates from local Visual Studio instance: `dotnet new --uninstall Microsoft.DotNet.Web.ProjectTemplates.7.0`
66+
4. Uninstall ProjectTemplates from local Visual Studio instance: `dotnet new uninstall Microsoft.DotNet.Web.ProjectTemplates.7.0`
6767

6868
**Note** ProjectTemplates tests require Visual Studio unless a full build (CI) is performed.
6969

0 commit comments

Comments
 (0)