From 6722ad249e6058451f5f0d4511c3e75261e977b5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 23 Nov 2020 23:39:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf2e0c3..48546e98 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ archivebox init If you're using an apt/brew/pip install you can run archivebox commands like this: `archivebox [subcommand] [...args]` If you're using Docker it's equivalent to run the commands like this: -`docker run -v $PWD:/data -it archivebox/archivebox [subcommand] [...args]` +`docker run -v $PWD:/data -it archivebox/archivebox [subcommand] [...args]` And the same in Docker Compose: `docker-compose run archivebox [subcommand] [...args]`