Browse Source

docs: Update CONTRIBUTING-en-US.md

pointhalo 1 năm trước cách đây
mục cha
commit
6f68af1688
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      CONTRIBUTING-en-US.md

+ 5 - 1
CONTRIBUTING-en-US.md

@@ -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