1
0
Fork 0
mirror of synced 2024-05-15 18:02:46 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2024-01-28 04:10:07 -08:00 committed by GitHub
parent 8c6efd20ae
commit d2b3a3ed1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -691,8 +691,8 @@ echo CHROME_BINARY=chromium >> ArchiveBox.conf # persist a config using file
env CHROME_BINARY=chromium archivebox ... # run with a one-off config
</code></pre>
<sub>These methods also work the same way when run inside Docker, see the <a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#configuration">Docker Configuration</a> wiki page for details.</sub>
</details>
<br/>
</details><br/>
The configuration is documented here: **[Configuration Wiki](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration)**, and loaded here: [`archivebox/config.py`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/config.py).
<a name="most-common-options-to-tweak"></a>