From d6f2cfe1bda6a17b178bc3a8d55c63ac1a077f1d Mon Sep 17 00:00:00 2001 From: Jack Lawry Date: Wed, 21 May 2025 10:48:54 +0100 Subject: [PATCH 1/2] Update README.md Add example for the Templates as per the release page https://our.umbraco.com/download/releases/1381 --- 13/umbraco-cms/fundamentals/setup/install/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/13/umbraco-cms/fundamentals/setup/install/README.md b/13/umbraco-cms/fundamentals/setup/install/README.md index ef7b14ef1e6..2d398851ea2 100644 --- a/13/umbraco-cms/fundamentals/setup/install/README.md +++ b/13/umbraco-cms/fundamentals/setup/install/README.md @@ -11,7 +11,15 @@ The fastest way to get the latest version of Umbraco up and running is using the 1. Open your command line. 2. Install the Umbraco templates: -`dotnet new install Umbraco.Templates::13.*` +```bash +dotnet new install Umbraco.Templates::13.*` +``` + +e.g. + +```bash +dotnet new install Umbraco.Templates::13.8.1` +``` 3. Create a new project: From 72be97718f7bfc215a8d40d317a4b03d4d62c384 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Thu, 22 May 2025 09:39:47 +0200 Subject: [PATCH 2/2] Added hint to steps --- 13/umbraco-cms/fundamentals/setup/install/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/13/umbraco-cms/fundamentals/setup/install/README.md b/13/umbraco-cms/fundamentals/setup/install/README.md index 2d398851ea2..1ffa3842ebb 100644 --- a/13/umbraco-cms/fundamentals/setup/install/README.md +++ b/13/umbraco-cms/fundamentals/setup/install/README.md @@ -15,12 +15,18 @@ The fastest way to get the latest version of Umbraco up and running is using the dotnet new install Umbraco.Templates::13.*` ``` -e.g. +{% hint style="info" %} + +Replace `13.*` with the specific version you want to install. + +Example: ```bash dotnet new install Umbraco.Templates::13.8.1` ``` +{% endhint %} + 3. Create a new project: ```bash