document proxy env vars. closes #21

This commit is contained in:
=^._.^= 2015-06-17 20:52:37 -07:00
Родитель 5176c62287
Коммит 56270a505d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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)