Skip to content

Commit

Permalink
[docs] Update HowToBuildFromSource to use package.json
Browse files Browse the repository at this point in the history
This PR updates HowToBuildFromSource.md to use npm package.json.

ONE-vscode-DCO-1.0-Signed-off-by: SeungHui Youn <[email protected]>
  • Loading branch information
zetwhite committed Dec 5, 2023
1 parent b108dd3 commit dd300a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/HowToBuildFromSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

If you want to use the latest version of ONE-vscode, let's do the following:

## STEP1. Install vsce
## STEP1. Clone repository

[vsce](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) is `Visual Studio Code Extension`.
- You should install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) before installing vsce
git clone `ONE-vscode`

```console
$ npm install -g vsce
$ git clone https://github.com/Samsung/ONE-vscode.git
```

## STEP2. Clone repository
## STEP2. Install prerequisites

git clone `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
$ git clone https://github.com/Samsung/ONE-vscode.git
$ cd ONE-vscode # move into cloned ONE-vscode repo
$ npm install # install packages listed in package.json
```

## STEP3. Create vsix package
Expand Down

0 comments on commit dd300a1

Please sign in to comment.