Skip to content

Commit

Permalink
dotnet command changes
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Feb 2, 2024
1 parent 0bf76f1 commit fa02e81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This template can be used to create a Blazor WASM application hosted in an ASP.N
### install

```
dotnet new -i Blazor.BFF.OpenIDConnect.Template
dotnet new install Blazor.BFF.OpenIDConnect.Template
```

### run
Expand Down Expand Up @@ -44,7 +44,7 @@ Add the OpenID Connect App registration settings
### uninstall

```
dotnet new -u Blazor.BFF.OpenIDConnect.Template
dotnet new uninstall Blazor.BFF.OpenIDConnect.Template
```


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This template can be used to create a Blazor WASM application hosted in an ASP.N
### install

```
dotnet new -i Blazor.BFF.OpenIDConnect.Template
dotnet new install Blazor.BFF.OpenIDConnect.Template
```

### run
Expand All @@ -51,7 +51,7 @@ Add the OpenID Connect registration settings
### uninstall

```
dotnet new -u Blazor.BFF.OpenIDConnect.Template
dotnet new uninstall Blazor.BFF.OpenIDConnect.Template
```

## Development
Expand All @@ -69,13 +69,13 @@ dotnet pack -o ./publish -c Release -p:PackageVersion=3.0.3 --no-build
Locally built nupkg:

```
dotnet new -i Blazor.BFF.OpenIDConnect.Template.3.0.3.nupkg
dotnet new install Blazor.BFF.OpenIDConnect.Template.3.0.3.nupkg
```

Local folder:

```
dotnet new -i <PATH>
dotnet new install <PATH>
```

Where `<PATH>` is the path to the folder containing .template.config.
Expand Down

0 comments on commit fa02e81

Please sign in to comment.