Skip to content

Commit

Permalink
Update dotnet new install instructions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Mar 17, 2023
1 parent cf82076 commit 7d91d6b
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 @@ -13,7 +13,7 @@ All of these templates are designed to be simple and provide you with a relative
To install these templates, just install the `Akka.Templates` package from NuGet:

```shell
dotnet new -i "Akka.Templates::*"
dotnet new install "Akka.Templates::*"
```

To upgrade these templates to a newer version:
Expand Down

0 comments on commit 7d91d6b

Please sign in to comment.