1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00

Small update to README of Templates

This commit is contained in:
Rowe Wilson Frederisk Holme
2023-10-29 21:25:15 +08:00
committed by GitHub
Unverified
parent bb2da97096
commit 204ebfade7
+1 -1
View File
@@ -7,7 +7,7 @@ Templates for use when creating osu! dependent projects. Create a fully-testable
```bash
# install (or update) templates package.
# this only needs to be done once
dotnet new -i ppy.osu.Game.Templates
dotnet new install ppy.osu.Game.Templates
# create an empty freeform ruleset
dotnet new ruleset -n MyCoolRuleset