Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albx committed Apr 9, 2022
1 parent 4d42400 commit 5ccca3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
A project template for creating a Blazor WebAssembly app and an Azure Function api which will be hosted on Azure Static Web Apps.

## Requirements
.NET 6 SDK must be installed.
.NET 6 SDK with Azure workload and Azure Functions v4 runtime must be installed.

## Installation
You can install the package from NuGet using this command from the .NET CLI:
```
dotnet nuget add package BlazorSwa.Template -v 0.1.0
```

## Usage
Execute the following command from the .NET CLI:
Expand Down

0 comments on commit 5ccca3e

Please sign in to comment.