Skip to content

Commit 0fc22be

Browse files
authored
Merge pull request #7102 from jacklawry/patch-2
Update README.md
2 parents d787e45 + 72be977 commit 0fc22be

File tree

1 file changed

+15
-1
lines changed
  • 13/umbraco-cms/fundamentals/setup/install

1 file changed

+15
-1
lines changed

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

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

14-
`dotnet new install Umbraco.Templates::13.*`
14+
```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+
```bash
25+
dotnet new install Umbraco.Templates::13.8.1`
26+
```
27+
28+
{% endhint %}
1529

1630
3. Create a new project:
1731

0 commit comments

Comments
 (0)