File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed
10/umbraco-cms/fundamentals/setup/install
14/umbraco-cms/fundamentals/setup/install
15/umbraco-cms/fundamentals/setup/install Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,17 @@ The fastest way to get the latest version of Umbraco up and running is using the
12
12
2 . Install the Umbraco templates:
13
13
14
14
``` bash
15
- dotnet new install Umbraco.Templates::10.xx
15
+ dotnet new install Umbraco.Templates::10.*
16
+ ```
17
+
18
+ {% hint style="info" %}
19
+
20
+ Replace ` 10.* ` with the specific version you want to install.
21
+
22
+ Example:
23
+
24
+ ``` bash
25
+ dotnet new install Umbraco.Templates::10.8.10
16
26
```
17
27
18
28
3 . Create a new project:
Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ dotnet new install Umbraco.Templates::14.*
21
21
dotnet new umbraco --name MyProject
22
22
```
23
23
24
+ {% hint style="info" %}
25
+
26
+ Replace ` 14.* ` with the specific version you want to install.
27
+
28
+ Example:
29
+
30
+ ``` bash
31
+ dotnet new install Umbraco.Templates::14.3.3
32
+ ```
33
+
24
34
4 . Navigate to the newly created project folder. It will be the folder containing the ` .csproj ` file:
25
35
26
36
``` bash
Original file line number Diff line number Diff line change @@ -18,7 +18,17 @@ The fastest way to get the latest version of Umbraco up and running is by using
18
18
2 . Install the Umbraco templates:
19
19
20
20
``` bash
21
- dotnet new install Umbraco.Templates
21
+ dotnet new install Umbraco.Templates::15.*
22
+ ```
23
+
24
+ {% hint style="info" %}
25
+
26
+ Replace ` 15.* ` with the specific version you want to install.
27
+
28
+ Example:
29
+
30
+ ``` bash
31
+ dotnet new install Umbraco.Templates::15.4.2
22
32
```
23
33
24
34
3 . Create a new project:
You can’t perform that action at this time.
0 commit comments