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 *
55
55
<version>[[PackageVersion]]</version>
56
56
<owners>SweetTooth</owners>
57
57
<title>template-tutorial (Install)</title>
58
- <authors>Chocolatey] </authors>
58
+ <authors>Chocolatey</authors>
59
59
<tags>template</tags>
60
60
<summary>Tutorial package from template</summary>
61
61
<description>This was built from a template with [[Country]] passed to it.</description>
@@ -90,7 +90,7 @@ choco pack .\template-tutorial\template-tutorial.nuspec
90
90
We can validate that our package used the template correctly by installing it. Run the following in an ** elevated** PowerShell window.
91
91
92
92
``` powershell
93
- choco install template-tutorial -y
93
+ choco install template-tutorial --source="." - y
94
94
```
95
95
96
96
#### Uninstall Your Templated Package
You can’t perform that action at this time.
0 commit comments