From a10f0dedb64545e132429c500ddd188c2102c83e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 23 Jan 2019 02:58:30 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 5766b70..0510db3 100644 --- a/Usage.md +++ b/Usage.md @@ -4,7 +4,10 @@ Make sure to run `./setup` or follow the [[Install]] instructions before archiving anything. -For instructions on how to configure ArchiveBox settings, see the [[Configuration]] page. +## Set configuration options +```bash +env FETCH_MEDIA=True MEDIA_TIMEOUT=500 ./archive ... +``` ## Import a single URL or list of URLs via stdin ```bash