Update README.md

This commit is contained in:
amyblais 2018-04-09 09:48:16 -04:00 committed by GitHub
parent 2f9ad442e8
commit fb94c3d51f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,13 +49,12 @@ Configuration will be saved into Electron's userData directory:
Otherwise, you have to configure again.* Otherwise, you have to configure again.*
### Proxy ### Proxy
Normally, the application will follow your system settings to use proxy. Normally, the application will follow your system settings to use proxy, or you can set proxy by following command line options.
Or you can set proxy by following command line options.
* `--proxy-server=<SERVER>:<PORT>` * `--proxy-server=<SERVER>:<PORT>`
* `--proxy-pac-url=<URL>` * `--proxy-pac-url=<URL>`
On Windows, please make sure adding `--` before options. For example, `Mattermost.exe -- --proxy-server=...`. On Windows, please make sure to add `--` before options. For example, `Mattermost.exe -- --proxy-server=...`.
## Contributing ## Contributing
Please see [CONTRIBUTING.md](./CONTRIBUTING.md). Please see [CONTRIBUTING.md](./CONTRIBUTING.md).