Skip to content

Commit 51dd122

Browse files
committed
Update README.md
1 parent bce46ef commit 51dd122

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66

77
> Browse [source code](https://github.com/NetCoreTemplates/angular-spa), view live demo [angular-spa.web-templates.io](http://angular-spa.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new):
88
9-
$ dotnet tool install -g x
9+
## Quick Start
1010

11-
$ x new angular-spa ProjectName
11+
```bash
12+
npx create-net angular-spa MyProject
13+
```
1214

13-
Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:
14-
15-
$ git clone https://github.com/<User>/<ProjectName>.git
16-
$ cd <ProjectName>
17-
$ x new angular-spa
15+
## Jumpstart with Copilot
1816

17+
Instantly [scaffold a new App with this template](https://github.com/new?template_name=angular-spa&template_owner=NetCoreTemplates) using GitHub Copilot, just describe the features you want and watch Copilot build it!

0 commit comments

Comments
 (0)