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.