From 50d91b0052dead990c2d9ad1ac00aa24e97b94c6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 23 Apr 2019 15:54:39 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 56d6244..b16eba7 100644 --- a/Configuration.md +++ b/Configuration.md @@ -408,7 +408,7 @@ FETCH_PDF=False 3. Source your config file when you run your archive script: ```bash -eval export $(grep -v '^#' ArchiveBox.conf); ./archive https://example.com/rss/feed.xml +eval export $(grep -v '^#' ~/path/to/your/ArchiveBox.conf); ./archive https://example.com/rss/feed.xml ``` Improving this process is on the roadmap, in future versions you'll be able to pass a config file directly to the archive command. \ No newline at end of file