We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d13b3e commit af90a95Copy full SHA for af90a95
1 file changed
readme.md
@@ -13,6 +13,6 @@
13
After building the project, the templates can be installed using the following:
14
15
```
16
-dotnet new -u ParticularTemplates
17
-dotnet new -i <path to project>\nugets\ParticularTemplates.<version>.nupkg
+dotnet new uninstall ParticularTemplates
+dotnet new install <path to project>\nugets\ParticularTemplates.<version>.nupkg
18
0 commit comments