Skip to content

Commit 8dda2bb

Browse files
authored
fix
1 parent 2341d08 commit 8dda2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To avoid a conflict, delete the installed extension at `~/.vscode/extensions/Tel
1111

1212
### Then...
1313
* `cd` to the folder you just cloned
14-
* Run `npm install -g gulp` and `npm install`
14+
* Run `npm -g install gulp` and `npm install`
1515
* Run `gulp build`
1616

1717

@@ -22,4 +22,4 @@ In VS Code, run the `launch as server` launch config - it will start the adapter
2222
There is a set of mocha tests which can be run with `gulp test` or with the `test` launch config. Also run `gulp tslint` to check your code against our tslint rules.
2323

2424
## Code
25-
The eextension is based on [VSCode Chrome Debug Extension](https://github.com/Microsoft/vscode-chrome-debug).
25+
The eextension is based on [VSCode Chrome Debug Extension](https://github.com/Microsoft/vscode-chrome-debug).

0 commit comments

Comments
 (0)