Skip to content

Commit 70e3d91

Browse files
authored
fix: Updated Documentation so that depreciation warning does not appear (#589)
Updated Documentation so that depreciation warning does not appear when installing templates.
1 parent 5747ce3 commit 70e3d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nautilus/Documentation/guides/dev-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Since the project setup can be quite tedious for experienced developers and conf
8181

8282
To install the template, run the following command in a terminal:
8383
```bash
84-
dotnet new -i Subnautica.Templates
84+
dotnet new install Subnautica.Templates
8585
```
8686

8787
> [!NOTE]

0 commit comments

Comments
 (0)