From 7850c23f2a08d2473c31148f720fe9003cf1d1b1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 31 Dec 2018 20:08:49 -0500 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 2d73daf..2c9449e 100644 --- a/Configuration.md +++ b/Configuration.md @@ -1,4 +1,6 @@ -You can tweak parameters via environment variables, or by editing `config.py` directly: +Configuration is done through environment variables. You can pass in settings using all the usual environment variable methods: e.g. by using the `env` command, settings variables in your shell profile, or sourcing a `.env` file before running the command. + +Example configuration using `env` command: ```bash env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./archive ~/Downloads/bookmarks_export.html ```