Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #591

Merged
merged 1 commit into from
May 4, 2024
Merged

Update README.md #591

merged 1 commit into from
May 4, 2024

Conversation

dbrattli
Copy link
Contributor

@dbrattli dbrattli commented May 3, 2024

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::*"

@@ -51,7 +51,7 @@ You can think of [Giraffe](https://www.nuget.org/packages/Giraffe) as the functi
The easiest way to get started with Giraffe is by installing the [`giraffe-template`](https://www.nuget.org/packages/giraffe-template) package, which adds a new template to your `dotnet new` command line tool:

```
dotnet new -i "giraffe-template::*"
dotnet new install "giraffe-template::*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! The documentation with the change note: link.

@64J0 64J0 merged commit f274426 into master May 4, 2024
10 checks passed
@64J0 64J0 deleted the dbrattli-patch-1 branch May 4, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants