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.
2 parents d787e45 + 72be977 commit 0fc22beCopy full SHA for 0fc22be
13/umbraco-cms/fundamentals/setup/install/README.md
@@ -11,7 +11,21 @@ The fastest way to get the latest version of Umbraco up and running is using the
11
1. Open your command line.
12
2. Install the Umbraco templates:
13
14
-`dotnet new install Umbraco.Templates::13.*`
+```bash
15
+dotnet new install Umbraco.Templates::13.*`
16
+```
17
+
18
+{% hint style="info" %}
19
20
+Replace `13.*` with the specific version you want to install.
21
22
+Example:
23
24
25
+dotnet new install Umbraco.Templates::13.8.1`
26
27
28
+{% endhint %}
29
30
3. Create a new project:
31
0 commit comments