From 56270a505d779c681b6c37c5d645698480cde4fa Mon Sep 17 00:00:00 2001 From: "=^._.^=" Date: Wed, 17 Jun 2015 20:52:37 -0700 Subject: [PATCH] document proxy env vars. closes #21 --- npm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npm/README.md b/npm/README.md index 07252a254fb2..a895505d476c 100644 --- a/npm/README.md +++ b/npm/README.md @@ -36,6 +36,8 @@ Now you can just run `electron` to run electron: electron ``` +If you need to use an HTTP proxy you can [set these environment variables](https://github.com/request/request/tree/f0c4ec061141051988d1216c24936ad2e7d5c45d#controlling-proxy-behaviour-using-environment-variables) + ## Usage First you have to [write an electron application](https://github.com/atom/electron/blob/master/docs/tutorial/quick-start.md)