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 f80b11e commit 53d1d03Copy full SHA for 53d1d03
14/umbraco-cms/fundamentals/setup/install/README.md
@@ -14,13 +14,6 @@ The fastest way to get the latest version of Umbraco up and running is using the
14
```bash
15
dotnet new install Umbraco.Templates::14.*
16
```
17
-
18
-3. Create a new project:
19
20
-```bash
21
-dotnet new umbraco --name MyProject
22
-```
23
24
{% hint style="info" %}
25
26
Replace `14.*` with the specific version you want to install.
@@ -31,6 +24,12 @@ Example:
31
dotnet new install Umbraco.Templates::14.3.3
32
33
27
+3. Create a new project:
28
+
29
+```bash
30
+dotnet new umbraco --name MyProject
+```
34
4. Navigate to the newly created project folder. It will be the folder containing the `.csproj` file:
35
36
0 commit comments