1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 14:13:01 +02:00

Updated Configuration (markdown)

Nick Sweeting
2019-04-23 15:54:39 -04:00
parent 1a2d3e03c1
commit 50d91b0052

@@ -408,7 +408,7 @@ FETCH_PDF=False
3. Source your config file when you run your archive script: 3. Source your config file when you run your archive script:
```bash ```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. Improving this process is on the roadmap, in future versions you'll be able to pass a config file directly to the archive command.