From 6ccf85252c59473510930cd4e10da96da142258e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 19 Mar 2024 20:23:50 -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 e9c240d..91267c2 100644 --- a/Usage.md +++ b/Usage.md @@ -63,7 +63,7 @@ If you're using Docker, also make sure to read the Configuration section on the > [!TIP] > You can run ArchiveBox commands from anywhere (without having to `cd` into a data directory first): -> `env chdir=/path/to/archivebox/data archivebox [subcommand] [...args]` +> `/usr/bin/env --chdir=/path/to/archivebox/data archivebox update` ---