Explorar el Código

opt: docment

Signed-off-by: pmc <pangmengchen@gmail.com>
pmc hace 2 años
padre
commit
19bce8bfba
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      CONTRIBUTING.md

+ 3 - 3
CONTRIBUTING.md

@@ -103,13 +103,13 @@ To debug bundled languages, such as JSON, HTML or TypeScript/JavaScript.
 ## Running the website locally
 
 ```bash
-> yarn install
-> yarn build-monaco-editor
+> npm install
+> npm run build-monaco-editor
 
 > cd website
 > yarn install
 > yarn typedoc
-> yarn dev 
+> yarn dev
 ```
 
 Now webpack logs the path to the website.