Skip to content

Commit ccc5815

Browse files
committed
update README
1 parent 87b3882 commit ccc5815

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
# blazor
22

3-
.NET 8.0 Blazor Tailwind App
3+
.NET 10.0 Blazor Tailwind App
44

55
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/blazor.png)](http://blazor.web-templates.io/)
66

7-
> Browse [source code](https://github.com/NetCoreTemplates/blazor), view live demo [blazor.web-templates.io](http://blazor.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new):
7+
> Browse [source code](https://github.com/NetCoreTemplates/blazor), view live demo [blazor.web-templates.io](http://blazor.web-templates.io):
88
9-
$ dotnet tool install -g x
9+
```bash
10+
npx create-net blazor ProjectName
11+
```
1012

11-
$ x new blazor ProjectName
12-
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 blazor
13+
## Jumpstart with Copilot
1814

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

0 commit comments

Comments
 (0)