Selaa lähdekoodia

docs: Update CONTRIBUTING-en-US.md

pointhalo 1 vuosi sitten
vanhempi
sitoutus
6f68af1688
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  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