Ver Fonte

docs: Update CONTRIBUTING-en-US.md

pointhalo há 1 ano atrás
pai
commit
6f68af1688
1 ficheiros alterados com 5 adições e 1 exclusões
  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