mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-26 15:54:36 +02:00
Updated Configuration (markdown)
@@ -387,7 +387,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
|
||||||
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.
|
Improving this process is on the roadmap, in future versions you'll be able to pass a config file directly to the archive command.
|
Reference in New Issue
Block a user