From 3f26559dec28740aae53cc1a8c64a2b76bf26017 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Thu, 27 Nov 2014 12:40:58 +0000 Subject: [PATCH] Update installation instructions --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d6c6076..b48ad61 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,20 @@ It provides notification about new messages and new threads in window title. ## Installation 1. Get the archive with the plugin sources. At the moment the only option is to build the plugin from sources. + 2. Untar/unzip the plugin's archive. + 3. Put files of the plugins to the `/plugins` folder. -4. Add plugins definition to "plugins" structure in "``/configs/config.yml". -If the "plugins" stucture looks like `plugins: []` it will become: -```yaml -plugins: - - - name: "Mibew:TitleNotification" - config: # Plugin's configurations are described below + +4. (optional) Add plugins configs to "plugins" structure in "``/configs/config.yml". If the "plugins" stucture looks like `plugins: []` it will become: + ```yaml + plugins: + "Mibew:TitleNotification": # Plugin's configurations are described below new_thread: false new_message: "operator" -``` + ``` + +5. Navigate to "``/operator/plugin" page and enable the plugin. ## Plugin's configurations