From ff0dbe0b97551ee0c7422d82df6481b40880a79e Mon Sep 17 00:00:00 2001 From: nogayam <119245308+nogayam@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:59:16 +0200 Subject: [PATCH] chore: fix contributing documentation --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f733d4..1e7930a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,10 +4,10 @@ We want this community to be **friendly and respectful** to each other. Please f ## Development workflow -To get started with the project, run `yarn bootsrap` in the root directory to install the required dependencies for each package: +To get started with the project, run `yarn` in the root directory to install the required dependencies for each package: ```sh -yarn bootsrap +yarn ``` > This project uses [`yarn`](https://classic.yarnpkg.com/) as a package manager. While it's possible to run individual commands with [`npm`](https://github.com/npm/cli), please refrain from using it, especially `npm install.` 🙅