From db29e4af695fc34b19f93f03377f9d8f5eea4ccd Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sun, 27 Dec 2015 17:20:56 +0900 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 91c95201..110edfd3 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ # electron-mattermost -Desktop app for [Mattermost](http://www.mattermost.org/) that runs on [Electron](http://electron.atom.io/) +[![Circle CI](https://circleci.com/gh/yuya-oc/electron-mattermost.svg?style=svg)](https://circleci.com/gh/yuya-oc/electron-mattermost) +[Electron](http://electron.atom.io/)-based desktop application for [Mattermost](http://www.mattermost.org/) ## Features ### Desktop integration -* Badges for unread channels -* Notification - * Windows 10: Toast - * Windows 7-8.1: Balloon - * OS X: Notification Center - * Linux: libnotify ([Electron's notification spec](http://electron.atom.io/docs/v0.35.0/tutorial/desktop-environment-integration/#linux)) * Tabs for multiple teams +* Notifications + * Desktop Notification + * Windows 10: Toast + * Windows 7-8.1: Balloon + * OS X: Notification Center + * Linux: libnotify ([Electron's notification spec](http://electron.atom.io/docs/v0.36.0/tutorial/desktop-environment-integration/#linux)) + * Badges for unread channels * Resident application ### Pre-packaged @@ -29,6 +31,9 @@ You don't have to install any other software. Ctrl or Command + Q to quit. ### Configuration +You can show the dialog from menu bar. +(On Windows, please press Alt key to show the menu bar.) + Configuration will be saved into Electron's userData directory: * `%APPDATA%\electron-mattermost` on Windows * `~/Library/Application Support/electron-mattermost` on OS X