Преглед на файлове

docs: Update CONTRIBUTING-en-US.md

pointhalo преди 1 година
родител
ревизия
6f68af1688
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  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