1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 15:54:36 +02:00

Updated Configuration (markdown)

Nick Sweeting
2019-03-28 12:52:16 -04:00
parent e6abafa8df
commit 7651788832

@@ -387,7 +387,7 @@ FETCH_PDF=False
3. Source your config file when you run your archive script:
```bash
export "$(grep -v '^#' ~/.ArchiveBox.conf | xargs)"; ./archive https://example.com/rss/feed.xml
export $(grep -v '^#' ~/.ArchiveBox.conf | xargs); ./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.