From bf802eabbd342ca39f3755bd65498ac404f9bfe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 27 Nov 2020 12:42:58 +0300 Subject: [PATCH] Update Getting-Started.md --- docs/en/Getting-Started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/Getting-Started.md b/docs/en/Getting-Started.md index 6bfacc9a53..b1e4795757 100644 --- a/docs/en/Getting-Started.md +++ b/docs/en/Getting-Started.md @@ -34,8 +34,12 @@ The following tools should be installed on your development machine: 1 _You can use another editor instead of Visual Studio as long as it supports .NET Core and ASP.NET Core._ [↩](#a-editor) +{{ if UI != "Blazor" }} + 2 _Yarn v2 works differently and is not supported._ [↩](#a-yarn) +{{ end }} + ### Install the ABP CLI [ABP CLI](./CLI.md) is a command line interface that is used to automate some common tasks for ABP based solutions.