From 9af772e0f418aadbd8efc62605e20110027eb9ab Mon Sep 17 00:00:00 2001 From: Dag Brattli Date: Fri, 3 May 2024 22:01:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b8e46f..0bd6cf8f 100644 --- a/README.md +++ b/README.md @@ -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::*" ``` Afterwards you can create a new Giraffe application by running `dotnet new giraffe`.