Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Update readme to reflect complete steps to
properly build the repository eclipse-theia/theia#4216 (comment)

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Feb 7, 2019
1 parent 4ddc3f9 commit ebf117e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Install yarn.

npm install -g yarn

Install vscode prerequisite dependencies.

https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites

## Build

cd vscode-builtin-extensions
git submodule init
git submodule update
yarn

## Running the browser example

yarn rebuild:browser
Expand Down

0 comments on commit ebf117e

Please sign in to comment.