Skip to content

Commit

Permalink
docs: fix cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Feb 19, 2024
1 parent 53b0349 commit bc12f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stacks/vue/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit bc12f5d

Please sign in to comment.