We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62272eb + 22b23d8 commit e62954fCopy full SHA for e62954f
README.md
@@ -13,7 +13,7 @@ Prerequisites:
13
Installation:
14
15
```shell
16
-dotnet new --install CelesteMod.Templates
+dotnet new install CelesteMod.Templates
17
````
18
19
From your Celeste/Mods directory:
@@ -41,4 +41,4 @@ These can specified in the following way:
41
42
# Creates a new mod with sample entities, a GitHub build action, and a MonoMod export class
43
dotnet new celestemod --Samples --GitHub --Exports
44
-```
+```
0 commit comments