From 97fc3a5aef1da3b26f5d9cab51b2f3a4be2491d6 Mon Sep 17 00:00:00 2001 From: Enrico Date: Thu, 30 Jun 2022 15:44:43 +0200 Subject: [PATCH] Fix a typo in "docker run" command --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 2a7e085..e0ba642 100644 --- a/Usage.md +++ b/Usage.md @@ -26,7 +26,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 -it -v $PWD:/data archivebox/archivebox [subcommand] [...args]` +- `docker run -it -v $PWD:/data archivebox/archivebox [subcommand] [...args]` *Using the official Docker image* - `docker-compose run archivebox [subcommand] [...args]` *Using the official Docker image w/ Docker Compose*