Skip to content

Commit

Permalink
docs: Update contribution instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yhkaplan committed May 26, 2023
1 parent 482b814 commit e01d705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 up` in the root directory to install the required dependencies for each package:

```sh
yarn bootsrap
yarn up
```

> 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.` 🙅
Expand Down

0 comments on commit e01d705

Please sign in to comment.