From ad3278c4d5072611e9c85197c94286f7158947cf Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 19 Mar 2024 17:42:07 -0700 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 5371872..1502e04 100644 --- a/Usage.md +++ b/Usage.md @@ -62,7 +62,7 @@ See [[Configuration]] page for more details about the available options and ways If you're using Docker, also make sure to read the Configuration section on the [[Docker]] page. > [!TIP] -> You can run archivebox outside a data directory using: +> You can run archivebox outside a data directory using `env chdir=...`: > `env chdir=/path/to/archivebox/data archivebox [subcommand] [args...]` ---