From b136cdaa2662b5b272718fc90db5bf2ede24fb46 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Wed, 16 May 2018 09:43:29 -0400 Subject: [PATCH] Update theia extension setup instructions --- theia-extensions/theia-cf-manifest-yaml/README.md | 8 ++++++++ theia-extensions/theia-spring-boot/README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/theia-extensions/theia-cf-manifest-yaml/README.md b/theia-extensions/theia-cf-manifest-yaml/README.md index 2ade37e3a..ea10ce590 100644 --- a/theia-extensions/theia-cf-manifest-yaml/README.md +++ b/theia-extensions/theia-cf-manifest-yaml/README.md @@ -14,6 +14,14 @@ Install npm and node. Install yarn. npm install -g yarn + +## Install dependencies + +Install dependencies and compile the code. + + yarn + +Note: it is also running `yarn rebuild:browser` and `yarn rebuild:electron`, thus one could navigate to the proper folder and launch it ## Running the browser example diff --git a/theia-extensions/theia-spring-boot/README.md b/theia-extensions/theia-spring-boot/README.md index bc5caf34d..021c7578d 100644 --- a/theia-extensions/theia-spring-boot/README.md +++ b/theia-extensions/theia-spring-boot/README.md @@ -16,6 +16,14 @@ Install yarn. npm install -g yarn +## Install dependencies + +Install dependencies and compile the code. + + yarn + +Note: it is also running `yarn rebuild:browser` and `yarn rebuild:electron`, thus one could navigate to the proper folder and launch it + ## Running the browser example yarn rebuild:browser