From 47a825f5ed3f3cad1098adbf4a04d9891f497920 Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 21 Jan 2020 13:02:45 +0900 Subject: [PATCH] add proxies instruction in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 776e4f3..ae22343 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as - `-s`: Silent mode - `-u`: Specify custom User-Agent +## HTTPS and HTTP proxies +Please set `https_proxy`, `http_proxy` and `no_proxy` environment variables. + ## Related projects - `Pagesaver`: https://github.com/distributed-mind/pagesaver - `SingleFile`: https://github.com/gildas-lormeau/SingleFile