diff --git a/README.md b/README.md index 66b7683de..8f22631f4 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,21 @@ Blazor technology. - install the project template - run CLI: `dotnet new install ./` - run CLI: `dotnet new list` + +image + - create a solution with the template - - run CLI: `dotnet new ca-blazorserver-sln` + - run CLI: `dotnet new ca-blazorserver-sln` or `dotnet new ca-blazorserver-sln -n NewProjectName(root namesapces)` + + +- build a project template with nuget.exe + - run CLI: `.\nuget.exe add -Source .\ CleanArchitecture.Blazor.Solution.Template.1.0.0-preview.1.nupkg` + image + - create a new project from Clean Architecture for Blazor Server Solution + image -image + ## Why I choose Blazor Server