From f729054f36610c7946dd99b65d653fd5ff49dbc6 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Wed, 9 Mar 2016 20:52:00 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1d4079a..4b42cd29 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,14 @@ Configuration will be saved into Electron's userData directory: * `~/.config/electron-mattermost` on Linux ### Proxy -You can resolve the proxy by following command line options. -*Note: Authorization is not supported.* +Normally, the application will follow your system settings to use proxy. +Or you can set proxy by following command line options. * `--proxy-server=:` * `--proxy-pac-url=` +*Note: Authorization is not supported yet.* + ## Testing and Development Node.js is required to test this app.