Skip to content

Commit 6927981

Browse files
authored
docs(readme): update getting started dotnet new template
1 parent 6527b35 commit 6927981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Clone the repo itself:
5252
`git clone https://github.com/TrilonIO/aspnetcore-Vue-starter.git`
5353

5454
# Getting Started:
55-
* Create folder from template: `dotnet new vuejs` ([Official documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new?tabs=netcore2x))
56-
* This will automatically run `dotnet restore` unless you install with `dotnet new vuejs --skipRestore`
55+
* Create folder from template: `dotnet new -i aspnetcore-vuejs` ([Official documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new?tabs=netcore2x))
56+
* This will automatically run `dotnet restore` unless you install with `dotnet new -i aspnetcore-vuejs --skipRestore`
5757
* Restore Node dependencies by running `npm install`
5858

5959
## Start the application:

0 commit comments

Comments
 (0)