Skip to content

Commit 40bef09

Browse files
Update install command because dotnet new -i is deprecated
1 parent 60a2cb6 commit 40bef09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/DevelopmentEnvironmentSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Reloaded provides a template to allow for a quick start with mod development.
4343

4444
To install the template, run the following command:
4545
```
46-
dotnet new -i Reloaded.Mod.Templates
46+
dotnet new install Reloaded.Mod.Templates
4747
```
4848

4949
Once installation is complete, you should see a dialog that looks like this upon success:

0 commit comments

Comments
 (0)