diff --git a/13/umbraco-cms/fundamentals/setup/install/README.md b/13/umbraco-cms/fundamentals/setup/install/README.md index ef7b14ef1e6..1ffa3842ebb 100644 --- a/13/umbraco-cms/fundamentals/setup/install/README.md +++ b/13/umbraco-cms/fundamentals/setup/install/README.md @@ -11,7 +11,21 @@ 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.*` +``` + +{% 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: