File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/en-us/guides/create Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ We'll use the following for our template metadata. Execute the following in an *
5555 <version>[[PackageVersion]]</version>
5656 <owners>SweetTooth</owners>
5757 <title>template-tutorial (Install)</title>
58- <authors>Chocolatey] </authors>
58+ <authors>Chocolatey</authors>
5959 <tags>template</tags>
6060 <summary>Tutorial package from template</summary>
6161 <description>This was built from a template with [[Country]] passed to it.</description>
@@ -90,7 +90,7 @@ choco pack .\template-tutorial\template-tutorial.nuspec
9090We can validate that our package used the template correctly by installing it. Run the following in an ** elevated** PowerShell window.
9191
9292``` powershell
93- choco install template-tutorial -y
93+ choco install template-tutorial --source="'.'" - y
9494```
9595
9696#### Uninstall Your Templated Package
You can’t perform that action at this time.
0 commit comments