Skip to content

Commit 3097874

Browse files
committed
changed rest of dotnet new -i to install
1 parent 6a6d8af commit 3097874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/recipes/upgrading/v2-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There have been a number of changes between the second and third major versions
1414
Download and install the latest SAFE Stack V3 template by running the following command:
1515

1616
```bash
17-
dotnet new -i SAFE.Template::3.1.1
17+
dotnet new install SAFE.Template::3.1.1
1818
```
1919

2020
#### 2. Create a v3 project

docs/recipes/upgrading/v3-to-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide shows you how to upgrade your v3 project to v4.
1414
Download and install the latest SAFE Stack V3 template by running the following command:
1515

1616
```bash
17-
dotnet new -i SAFE.Template
17+
dotnet new install SAFE.Template
1818
```
1919

2020
#### 2. Create a v4 project

0 commit comments

Comments
 (0)