From 24a1ee84e3727bfcf5f1ac7f2c582bbb4dcbdb6a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 19 Mar 2024 17:46:32 -0700 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Usage.md b/Usage.md index 1502e04..982d5a3 100644 --- a/Usage.md +++ b/Usage.md @@ -62,8 +62,8 @@ 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 `env chdir=...`: -> `env chdir=/path/to/archivebox/data archivebox [subcommand] [args...]` +> You can run ArchiveBox commands from anywhere using `env chdir` (without having to `cd` into a data directory first): +> `env chdir=/path/to/archivebox/data archivebox [subcommand] [...args]` ---