From bc12f5d63b8c644e51f6dcb80ae4cafde83d52e6 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 19 Feb 2024 08:47:31 -0800 Subject: [PATCH] docs: fix cd command --- docs/stacks/vue/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```