Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 2641014

Browse files
committed
INSTALL.md: adding note about proxy config
Looks like a lot of users have seen this with Electron apps so I copied the README notes from Mattermost's
1 parent d8465c4 commit 2641014

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/INSTALL.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,16 @@ yarn
6464
```
6565

6666
[node-active-lts]: https://github.com/nodejs/Release#release-schedule
67+
68+
### Proxy
69+
70+
Normally, the application will follow your system settings to use a proxy, or you can set up a proxy by the
71+
following command line options.
72+
73+
```
74+
--proxy-server=<SERVER>:<PORT>
75+
--proxy-pac-url=<URL>
76+
```
77+
78+
On Windows, please make sure to add -- before options. For example,
79+
`C:\Users\YourUser\AppData\Local\Programs\ssb-patchwork\Patchwork.exe -- --proxy-server=....`

0 commit comments

Comments
 (0)