diff --git a/docs/HowToBuildFromSource.md b/docs/HowToBuildFromSource.md index 8b1914fc..e01e366f 100644 --- a/docs/HowToBuildFromSource.md +++ b/docs/HowToBuildFromSource.md @@ -16,7 +16,6 @@ $ cd ONE-vscode You should install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) before running under script. ```console -$ cd ONE-vscode # move into cloned ONE-vscode repo $ npm install # install packages listed in package.json ```