giraffe-fsharp / Giraffe

A native functional ASP.NET Core web framework for F# developers.
https://giraffe.wiki
Apache License 2.0
2.13k stars 266 forks source link

Update README.md #591

Closed dbrattli closed 6 months ago

dbrattli commented 6 months ago

Description

Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead.

How to test

This will give warning about deprecation:

$ dotnet new -i "giraffe-template::*"

This works correctly.

$ dotnet new install "giraffe-template::*"