diff --git a/src/content/docs/en-us/guides/create/create-template.mdx b/src/content/docs/en-us/guides/create/create-template.mdx index 96f16a75f9..23b74fbdcc 100644 --- a/src/content/docs/en-us/guides/create/create-template.mdx +++ b/src/content/docs/en-us/guides/create/create-template.mdx @@ -55,7 +55,7 @@ We'll use the following for our template metadata. Execute the following in an * [[PackageVersion]] SweetTooth template-tutorial (Install) - Chocolatey] + Chocolatey template Tutorial package from template This was built from a template with [[Country]] passed to it. @@ -90,7 +90,7 @@ choco pack .\template-tutorial\template-tutorial.nuspec We can validate that our package used the template correctly by installing it. Run the following in an **elevated** PowerShell window. ```powershell -choco install template-tutorial -y +choco install template-tutorial --source="'.'" -y ``` #### Uninstall Your Templated Package