From 6303203de057fe3eef4590608bfabc5a6f5fafe4 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 31 Oct 2020 07:12:32 -0400 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 87df880..cc3259a 100644 --- a/Usage.md +++ b/Usage.md @@ -29,7 +29,7 @@ All three of these ways of running ArchiveBox are equivalent and interchangeable - `archivebox [subcommand] [...args]` *Using the PyPI package via `pip install archivebox`* -- `archivebox run -v $PWD:/data nikisweeting/archivebox [subcommand] [...args]` +- `archivebox run -it -v $PWD:/data nikisweeting/archivebox [subcommand] [...args]` *Using the official Docker image* - `docker-compose run archivebox [subcommand] [...args]` *Using the official Docker image w/ Docker Compose*