From 6d0910ffed9dd55d09e71d33b295ea0a9bfcf27b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 04:38:32 -0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 8ac15cf..0c5375c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -13,7 +13,7 @@ echo "CHROME_BINARY=google-chrome-stable" >> ArchiveBox.conf env CHROME_BINARY=google-chrome-stable archivebox add ~/Downloads/bookmarks_export.html ``` -Environment variables take precedence over the config file, which is useful if you only want to use a certain option temporarily during a single run. +Environment variables take precedence over the config file, which is useful if you only want to use a certain option temporarily during a single run. For more examples see [Usage: Configuration](Usage#run-archivebox-with-configuration-options)...