From 8d80f701f16ee8e16a749465de248ac10b564a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 4 May 2018 14:31:00 +0200 Subject: [PATCH] Add notice on DeployButton in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7986ae9..a18f58f 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ It connects to an `IdeEventHandler` instance on the backend which handles the re It is also capable of dynamically displaying any changes made to these files from the terminal or any other process (this means that you always see a live view of the files). +This component provides an optional 'Deploy' button, which can be configured to restart a process in supervisord. +You can enable this button by editig the `ide.showDeployButton` key of `config.ts`. +To configure which process should the button restart edit `ide.deployProcessName`. + ### Messages This is a simple chat-like component you can use to instruct, help and guide your users.