Skip to content

Commit

Permalink
docs: Update CONTRIBUTING-en-US.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo authored Aug 12, 2024
1 parent 2365413 commit 6f68af1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ cd semi-design
git checkout -b <TOPIC_BRANCH_NAME>
```
>Before installing the enviroment,make sure that there is a dependency of `lerna` and `yarn` locally, if not, should run:
```base
corepack enable
```

```bash
npm install --global lerna yarn
npm install --global lerna
```
- Install the dependencies
```bash
Expand Down

0 comments on commit 6f68af1

Please sign in to comment.