Skip to content

Commit 22b23d8

Browse files
authored
Update README.md
Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead. For more information, run: dotnet new install -h
1 parent 62272eb commit 22b23d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Prerequisites:
1313
Installation:
1414

1515
```shell
16-
dotnet new --install CelesteMod.Templates
16+
dotnet new install CelesteMod.Templates
1717
````
1818

1919
From your Celeste/Mods directory:
@@ -41,4 +41,4 @@ These can specified in the following way:
4141
```shell
4242
# Creates a new mod with sample entities, a GitHub build action, and a MonoMod export class
4343
dotnet new celestemod --Samples --GitHub --Exports
44-
```
44+
```

0 commit comments

Comments
 (0)