Skip to content

Commit cd2aad7

Browse files
committed
Update to install version guides to include version specific CLI commands.
1 parent ea22aa6 commit cd2aad7

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

3 files changed

+32
-2
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ The fastest way to get the latest version of Umbraco up and running is using the
1212
2. Install the Umbraco templates:
1313

1414
```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
1626
```
1727

1828
3. Create a new project:

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ dotnet new install Umbraco.Templates::14.*
2121
dotnet new umbraco --name MyProject
2222
```
2323

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+
2434
4. Navigate to the newly created project folder. It will be the folder containing the `.csproj` file:
2535

2636
```bash

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@ The fastest way to get the latest version of Umbraco up and running is by using
1818
2. Install the Umbraco templates:
1919

2020
```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
2232
```
2333

2434
3. Create a new project:

0 commit comments

Comments
 (0)