diff --git a/docs/en/Getting-Started.md b/docs/en/Getting-Started.md
index ac9cd2dcb9..00e8206cff 100644
--- a/docs/en/Getting-Started.md
+++ b/docs/en/Getting-Started.md
@@ -20,19 +20,20 @@ First things first! Let's setup your development environment before creating the
The following tools should be installed on your development machine:
-* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/) for Windows / [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/).*
+* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/) for Windows / [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/). [1](#f-yarn)
* [.NET Core 3.1+](https://www.microsoft.com/net/download/dotnet-core/)
-* [Node v12+](https://nodejs.org)
-* [Yarn v1.19+](https://classic.yarnpkg.com/)
+* [Node v12 or v14](https://nodejs.org/en/)
+* [Yarn v1.20+ (not v2)](https://classic.yarnpkg.com/en/docs/install) [2](#f-yarn) or npm v6+ (installed with Node)
{{ if Tiered == "Yes" }}
* [Redis](https://redis.io/) (the startup solution uses the Redis as the [distributed cache](Caching.md)).
{{ end }}
+1 _You can use another editor instead of Visual Studio as long as it supports .NET Core and ASP.NET Core._ [↩](#a-editor)
-> *You can use another editor instead of Visual Studio as long as it supports .NET Core and ASP.NET Core.
+2 _Yarn v2 works differently and is not supported._ [↩](#a-yarn)
### Install the ABP CLI
@@ -348,4 +349,4 @@ See the "[Getting Started with the React Native](Getting-Started-React-Native.md
## Next
-* [Web Application Development Tutorial](Tutorials/Part-1.md)
\ No newline at end of file
+* [Web Application Development Tutorial](Tutorials/Part-1.md)