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.
1 parent 9d339c1 commit 718d1ffCopy full SHA for 718d1ff
13/umbraco-cms/fundamentals/setup/install/README.md
@@ -12,7 +12,7 @@ The fastest way to get the latest version of Umbraco up and running is using the
12
2. Install the Umbraco templates:
13
14
```bash
15
-dotnet new install Umbraco.Templates::13.*`
+dotnet new install Umbraco.Templates::13.*
16
```
17
18
{% hint style="info" %}
@@ -22,7 +22,7 @@ Replace `13.*` with the specific version you want to install.
22
Example:
23
24
25
-dotnet new install Umbraco.Templates::13.8.1`
+dotnet new install Umbraco.Templates::13.8.1
26
27
28
{% endhint %}
0 commit comments