diff --git a/docs/stacks/vue/getting-started.md b/docs/stacks/vue/getting-started.md index 81d8c128f..680405b18 100644 --- a/docs/stacks/vue/getting-started.md +++ b/docs/stacks/vue/getting-started.md @@ -8,7 +8,7 @@ The quickest and easiest way to create a new Coalesce Vue application is to use ``` sh dotnet new install IntelliTect.Coalesce.Vue.Template dotnet new coalescevue -o MyCompany.MyProject -cd *.Web +cd MyCompany.MyProject/*.Web npm ci ```