Skip to content

Commit 53d1d03

Browse files
Update README.md v14 to move info text to above point 3
1 parent f80b11e commit 53d1d03

File tree

1 file changed

+6
-7
lines changed
  • 14/umbraco-cms/fundamentals/setup/install

1 file changed

+6
-7
lines changed

14/umbraco-cms/fundamentals/setup/install/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ The fastest way to get the latest version of Umbraco up and running is using the
1414
```bash
1515
dotnet new install Umbraco.Templates::14.*
1616
```
17-
18-
3. Create a new project:
19-
20-
```bash
21-
dotnet new umbraco --name MyProject
22-
```
23-
2417
{% hint style="info" %}
2518

2619
Replace `14.*` with the specific version you want to install.
@@ -31,6 +24,12 @@ Example:
3124
dotnet new install Umbraco.Templates::14.3.3
3225
```
3326

27+
3. Create a new project:
28+
29+
```bash
30+
dotnet new umbraco --name MyProject
31+
```
32+
3433
4. Navigate to the newly created project folder. It will be the folder containing the `.csproj` file:
3534

3635
```bash

0 commit comments

Comments
 (0)