From 99ec3bbcf7c4f803d23a1f57e3c0eb0321044259 Mon Sep 17 00:00:00 2001 From: Brian Murrell Date: Wed, 23 Mar 2016 18:43:23 -0700 Subject: [PATCH] Update README.md i browsed your source code and realized you were checking for user settings http_proxy... i added it to my user prefs, and it worked! you should document it in some fashion, as i suggest. thanks! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9730c..e5138e3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Manually: -------------- -**WARNING**: When plugin is installed, it will automatically download required PyV8 binary so you have to wait a bit (see _Loading PyV8 binary_ message on status bar). If you experience issues with automatic PyV8 loader, try to [install it manually](https://github.com/emmetio/pyv8-binaries). +**WARNING**: When plugin is installed, it will automatically download required PyV8 binary so you have to wait a bit (see _Loading PyV8 binary_ message on status bar). If you experience issues with automatic PyV8 loader, try to [install it manually](https://github.com/emmetio/pyv8-binaries). For users who work behind a corporate firewall, you can enable PyV8 binaries downlaod and updates by specifying "http_proxy" in your Sublime User preferences (`User/Preferences.sublime-settings`), for example: `"http_proxy": "http://ihate.mycompany.proxies.com:8080"`. ## Available actions ##