Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit e01d705

Browse files
committed
docs: Update contribution instructions
1 parent 482b814 commit e01d705

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ We want this community to be **friendly and respectful** to each other. Please f
44

55
## Development workflow
66

7-
To get started with the project, run `yarn bootsrap` in the root directory to install the required dependencies for each package:
7+
To get started with the project, run `yarn up` in the root directory to install the required dependencies for each package:
88

99
```sh
10-
yarn bootsrap
10+
yarn up
1111
```
1212

1313
> 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.` 🙅

0 commit comments

Comments
 (0)