From 2dc6d1e26d23f578324b27012bff9eec4c513070 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sun, 6 Mar 2016 22:13:30 +0900 Subject: [PATCH] Update README.md For #26 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5aa8c8de..c1d4079a 100644 --- a/README.md +++ b/README.md @@ -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=:` +* `--proxy-pac-url=` + ## Testing and Development Node.js is required to test this app.