From 68522bca152901027d643aa18dcd46cbabd7b4bd Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 9 Nov 2023 17:08:08 +0900 Subject: [PATCH] Revert "updating the dotnet command because -i is deprecated." This reverts commit 03fa1043772419e5218cf569ed51df0d33b622ba. --- osu.Framework.Templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Framework.Templates/README.md b/osu.Framework.Templates/README.md index 59fff03f6..67702f4ff 100644 --- a/osu.Framework.Templates/README.md +++ b/osu.Framework.Templates/README.md @@ -7,7 +7,7 @@ Templates to use when starting off with osu!framework. Create a fully-testable, ```bash # install (or update) template package. # this only needs to be done once -dotnet new install ppy.osu.Framework.Templates +dotnet new -i ppy.osu.Framework.Templates ## IMPORTANT: Do not use spaces or hyphens in your project name for the following commands. ## This does not play nice with the templating system.