From 3ae48de8c2f4cdc7f797cb4c5f7672aa7abbe604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E9=9D=99=E7=9A=84=E6=8D=82=E4=BD=8F=E8=80=B3?= =?UTF-8?q?=E6=9C=B5?= Date: Fri, 13 Sep 2024 14:22:21 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “dotnet new -- install Boxed.Templates” => "dotnet new install Boxed.Templates" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a140f3852..a1b54781b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Project templates with batteries included, providing the minimum amount of code ## How can I install it? 1. Install the latest [.NET Core SDK](https://dot.net). -2. Run `dotnet new --install Boxed.Templates` to install the project templates. +2. Run `dotnet new install Boxed.Templates` to install the project templates. ## How can I use it?