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.
1 parent 6a6d8af commit 3097874Copy full SHA for 3097874
docs/recipes/upgrading/v2-to-v3.md
@@ -14,7 +14,7 @@ There have been a number of changes between the second and third major versions
14
Download and install the latest SAFE Stack V3 template by running the following command:
15
16
```bash
17
-dotnet new -i SAFE.Template::3.1.1
+dotnet new install SAFE.Template::3.1.1
18
```
19
20
#### 2. Create a v3 project
docs/recipes/upgrading/v3-to-v4.md
@@ -14,7 +14,7 @@ This guide shows you how to upgrade your v3 project to v4.
-dotnet new -i SAFE.Template
+dotnet new install SAFE.Template
#### 2. Create a v4 project
0 commit comments