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
12122 . 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
18283 . Create a new project:
Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ dotnet new install Umbraco.Templates::14.*
2121dotnet 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+
24344 . Navigate to the newly created project folder. It will be the folder containing the ` .csproj ` file:
2535
2636``` 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
18182 . 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
24343 . Create a new project:
You can’t perform that action at this time.
0 commit comments