Revert "updating the dotnet command because -i is deprecated."

This reverts commit 03fa104377.
This commit is contained in:
Dean Herbert
2023-11-09 17:08:08 +09:00
parent 0bf4656db5
commit 68522bca15

View File

@@ -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.