From 5e7c5431cf5ad5204a47c095f31680b5f6ddd821 Mon Sep 17 00:00:00 2001 From: Andi Pieper Date: Wed, 18 Dec 2024 14:28:50 +0100 Subject: [PATCH] chore(readme): fix yarn classic link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30b75d536f74c64..3c8363d4753ff48 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In addition to English-language articles, over 35 volunteers lead translation an ## Build the site -To set up the site locally, you need to have [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/) installed. +To set up the site locally, you need to have [Node.js](https://nodejs.org/) and [Yarn](https://classic.yarnpkg.com/) installed. You can check if these are installed by running the following commands: ```bash