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*