From 81d8c18f5f520874e287f738491671a84785b275 Mon Sep 17 00:00:00 2001 From: Steve Bilogan Date: Fri, 12 Apr 2024 19:23:12 -0400 Subject: [PATCH] docs: pr comments --- doc/cupertino-getting-started.md | 3 +++ doc/material-getting-started.md | 3 +++ 2 files changed, 6 insertions(+) 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.