From caf5d9398c998b7ef103828a04a4a3ce3dc444f3 Mon Sep 17 00:00:00 2001 From: Florent BENOIT Date: Mon, 27 Aug 2018 14:50:21 +0200 Subject: [PATCH] Add message about folder that can be anywhere Change-Id: I88b337bf0cfbdec2f1b75bbff5f711b60bf38280 Signed-off-by: Florent BENOIT --- doc/Authoring_Plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Authoring_Plugins.md b/doc/Authoring_Plugins.md index d569be22..d9a8482a 100644 --- a/doc/Authoring_Plugins.md +++ b/doc/Authoring_Plugins.md @@ -47,6 +47,8 @@ Instructions for getting Theia are available from [Theia repository](https://git We are going to create a new project and for this we will create a folder named `theia-hello-world-plugin` that will contain the source code of the project. +This new folder can be created in any directories, it is independent of Theia source code. + To ease the setup of such a repository, a [Yeoman code generator](https://www.npmjs.com/package/@theia/generator-plugin) exists and can be installed to scaffold the project. Generator can be installed and executed with the following commands. Note that these commands can be entered from a new terminal inside your running Theia instance.