From a477e005014d6812ac4657ec9ac4f7511bb60683 Mon Sep 17 00:00:00 2001 From: Mayurgit03 Date: Fri, 13 Mar 2026 23:42:26 +0530 Subject: [PATCH] docs: clarify yarn classic v1.x is required for contributing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 268ab9db6..14d179976 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ For languages other than Solidity, use the `data-lang` attribute, for example: ` We welcome contributions from the community! Here's how you can get involved: +> **Prerequisites:** This project requires [Node.js](https://nodejs.org/) and Yarn Classic (v1.x). Run `npm install --global yarn@1` before setup. + 1. Fork the repository 2. Create your feature branch 3. Commit your changes