Update README.md

This commit is contained in:
Yuya Ochiai 2016-03-09 20:52:00 +09:00
parent ff67a860d0
commit f729054f36

View file

@ -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=<SERVER>:<PORT>`
* `--proxy-pac-url=<URL>`
*Note: Authorization is not supported yet.*
## Testing and Development
Node.js is required to test this app.