Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 13/umbraco-cms/fundamentals/setup/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The fastest way to get the latest version of Umbraco up and running is using the
2. Install the Umbraco templates:

```bash
dotnet new install Umbraco.Templates::13.*`
dotnet new install Umbraco.Templates::13.*
```

{% hint style="info" %}
Expand All @@ -22,7 +22,7 @@ Replace `13.*` with the specific version you want to install.
Example:

```bash
dotnet new install Umbraco.Templates::13.8.1`
dotnet new install Umbraco.Templates::13.8.1
```

{% endhint %}
Expand Down