Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from kurmann/kurmann-patch-1
Browse files Browse the repository at this point in the history
Veraltete dotnet-Install CLI-Routine aktualisiert (Parameter `Install`statt `--install`)
  • Loading branch information
kurmann authored May 3, 2024
2 parents 39c829a + a9b3e05 commit 170a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Eine kleine Sammlung von verschiedenen Templates zur Beschleunigung der .NET-Ent
Die Installation der Templates erfolgt unkompliziert über die .NET CLI:

```bash
dotnet new --install Kurmann.Templates
dotnet new install Kurmann.Templates
```

## Verfügbare Templates
Expand Down

0 comments on commit 170a094

Please sign in to comment.