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.