From 59ceb2d3bea98eb6c92a596718069662894f352f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Mon, 24 Oct 2016 11:51:11 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a72ea73d..12884615 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ These packages are described in the root file called `metadata.js` and it is pos /src/vscode> npm run monaco-editor-setup # start the compiler in the background -/src/vscode> npm run watch-client +/src/vscode> gulp watch-client # clone monaco-editor (note the folders must be siblings!) /src> git clone https://github.com/Microsoft/monaco-editor @@ -39,10 +39,10 @@ These packages are described in the root file called `metadata.js` and it is pos # start a local http server in the background /src/monaco-editor> npm run simpleserver - -# open http://localhost:8080/monaco-editor/test/?editor=dev ``` +Open http://localhost:8080/monaco-editor/test/?editor=dev to run. + ## Running a plugin from source (e.g. monaco-typescript) ```bash @@ -54,10 +54,10 @@ These packages are described in the root file called `metadata.js` and it is pos # start the compiler in the background /src/monaco-typescript> npm run watch - -# open http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev ``` +Open http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev to run. + ## Running the editor tests ```bash