From beff5053a78a269f8597ef8b95eab55ab2356a17 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 19:40:42 -0400 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Usage.md b/Usage.md index a7c14e3..37a5bfe 100644 --- a/Usage.md +++ b/Usage.md @@ -15,14 +15,12 @@ ## CLI Usage + + `./archive` refers to the executable shortcut in the root of the project, but you can also call ArchiveBox via `./bin/archivebox`. If you add `/path/to/ArchiveBox/bin` to your shell `$PATH` then you can call `archivebox` from anywhere on your system. If you're using Docker, the CLI interface is similar but needs to be prefixed by `docker-compose exec ...` or `docker run ...`, 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.