1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 15:13:03 +02:00

Updated Usage (markdown)

Nick Sweeting
2024-03-19 17:46:32 -07:00
parent ad3278c4d5
commit 24a1ee84e3

@@ -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. If you're using Docker, also make sure to read the Configuration section on the [[Docker]] page.
> [!TIP] > [!TIP]
> You can run archivebox outside a data directory using `env chdir=...`: > 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...]` > `env chdir=/path/to/archivebox/data archivebox [subcommand] [...args]`
--- ---