From 3c11e2eab0d3d643c035fc0cd3758728155cdf30 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 23 Jan 2019 02:59:38 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Usage.md b/Usage.md index ae7c6ec..d99aa70 100644 --- a/Usage.md +++ b/Usage.md @@ -5,6 +5,8 @@ Make sure to run `./setup` or follow the [[Install]] instructions before archiving anything. ## Run ArchiveBox with configuration options +You can set environment variables in your shell profile, a config file, or by using the `env` command. See [[Configuration]] for more details. + ```bash env FETCH_MEDIA=True MEDIA_TIMEOUT=500 ./archive ... ```