Skip to content

Commit de60d47

Browse files
committed
Update README.md
1 parent 68c7765 commit de60d47

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

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

77
> Browse [source code](https://github.com/NetCoreTemplates/razor-ssg), view live demo [razor-ssg.web-templates.io](https://razor-ssg.web-templates.io):
88
9-
$ dotnet tool install -g x
9+
```bash
10+
npx create-net razor-ssg ProjectName
11+
```
1012

11-
$ x new razor-ssg ProjectName
13+
## Jumpstart with Copilot
1214

13-
Alternatively write new project files directly into an razor-ssg repository, using the Directory Name as the ProjectName:
14-
15-
$ git clone https://github.com/<User>/<ProjectName>.git
16-
$ cd <ProjectName>
17-
$ x new razor-ssg
15+
Instantly [scaffold a new App with this template](https://github.com/new?template_name=razor-ssg&template_owner=NetCoreTemplates) using GitHub Copilot, just describe the features you want and watch Copilot build it!
1816

1917
## Documentation
2018

0 commit comments

Comments
 (0)