summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorÉmilien Devos <contact@emiliendevos.be>2020-09-07 17:03:30 +0300
committerGitHub <noreply@github.com>2020-09-07 17:03:30 +0300
commit985b31cde2f3eb02684dd558efd8806d1525330c (patch)
tree6ad1ab32c0865438dd3c94b88215c49cfe32249f /README.md
parent1da14bc23c96680a40aee55ca7b32c8bba440c73 (diff)
parent23e66f338fe8c2a0380e438743e5fc5cfc7ad859 (diff)
Merge pull request #11 from vuori/feature/env-proxy-config
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7432021..b5459db 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,7 @@
# How to use
Send your request to the server with the port 3000 and add your URL to the "url" query string like this:
-`http://localhost:3000/?url=https://example.org` \ No newline at end of file
+`http://localhost:3000/?url=https://example.org`
+
+To show the browser window, set the environment variable `PUPPETEER_HEADFUL=1`. To use a proxy,
+set the `PUPPETEER_PROXY` environment variable, for example `PUPPETEER_PROXY=localhost:8080`.