From 2742377fe474ac36f3cf6b2d4b759157a3f109c4 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 13 Feb 2019 17:08:17 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Usage.md b/Usage.md index d99aa70..c940ff9 100644 --- a/Usage.md +++ b/Usage.md @@ -4,6 +4,8 @@ Make sure to run `./setup` or follow the [[Install]] instructions before archiving anything. +If you're using Docker, the CLI interface is similar but needs to be prefixed by `docker-compose exec -T archivebox` for examples see the [[Docker]] page. + ## Run ArchiveBox with configuration options You can set environment variables in your shell profile, a config file, or by using the `env` command. See [[Configuration]] for more details.