diff --git a/doc/cupertino-getting-started.md b/doc/cupertino-getting-started.md index b620f08a1..e3764ce30 100644 --- a/doc/cupertino-getting-started.md +++ b/doc/cupertino-getting-started.md @@ -12,6 +12,9 @@ Uno Cupertino is an add-on package that lets you apply [Cupertino - Human Interf ## Getting Started +> [!NOTE] +> Make sure to setup your environment first by [following our instructions](xref:Uno.GetStarted.vs2022). + ### Creating a new project with Uno Cupertino 1. Install the [`dotnet new` CLI templates](xref:Uno.GetStarted.dotnet-new) with: diff --git a/doc/material-getting-started.md b/doc/material-getting-started.md index 306e5836e..2a3d6c443 100644 --- a/doc/material-getting-started.md +++ b/doc/material-getting-started.md @@ -36,6 +36,9 @@ Initialization of the Uno Material resources is handled by the specialized `Mate ### Creating a new project with Uno Material +> [!NOTE] +> Make sure to setup your environment first by [following our instructions](xref:Uno.GetStarted.vs2022). + #### [**Wizard**](#tab/wizard) 1. Follow the steps in the [Getting Started with Visual Studio](xref:Uno.GettingStarted.CreateAnApp.VS2022#create-the-app) instructions to launch the Uno Platform Template Wizard.