Skip to content

Commit 6527b35

Browse files
authored
docs(readme): cleanup nuget appearance
1 parent e73ef4e commit 6527b35

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,18 @@ _Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https:/
3838
* [VSCode](https://code.visualstudio.com/) (ideally), or VS2017
3939

4040
# Installation:
41-
* Install the template from nuget: `dotnet new -i aspnetcore-vuejs`
41+
42+
Download the template right from **Nuget**.
43+
44+
```ts
45+
dotnet new -i aspnetcore-vuejs
46+
```
47+
48+
- or -
49+
50+
Clone the repo itself:
51+
52+
`git clone https://github.com/TrilonIO/aspnetcore-Vue-starter.git`
4253

4354
# Getting Started:
4455
* Create folder from template: `dotnet new vuejs` ([Official documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new?tabs=netcore2x))

0 commit comments

Comments
 (0)