Skip to content

Commit 72be977

Browse files
authored
Added hint to steps
1 parent d6f2cfe commit 72be977

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ The fastest way to get the latest version of Umbraco up and running is using the
1515
dotnet new install Umbraco.Templates::13.*`
1616
```
1717

18-
e.g.
18+
{% hint style="info" %}
19+
20+
Replace `13.*` with the specific version you want to install.
21+
22+
Example:
1923

2024
```bash
2125
dotnet new install Umbraco.Templates::13.8.1`
2226
```
2327

28+
{% endhint %}
29+
2430
3. Create a new project:
2531

2632
```bash

0 commit comments

Comments
 (0)