Update README.md

For #26
This commit is contained in:
Yuya Ochiai 2016-03-06 22:13:30 +09:00
parent 066672205a
commit 2dc6d1e26d

View file

@ -40,6 +40,13 @@ Configuration will be saved into Electron's userData directory:
* `~/Library/Application Support/electron-mattermost` on OS X
* `~/.config/electron-mattermost` on Linux
### Proxy
You can resolve the proxy by following command line options.
*Note: Authorization is not supported.*
* `--proxy-server=<SERVER>:<PORT>`
* `--proxy-pac-url=<URL>`
## Testing and Development
Node.js is required to test this app.