From 5fd6fcd09ef2442479f2bb1bdbacb65c4ca79bcf Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 23 Nov 2020 23:41:59 -0500 Subject: [PATCH] Update README.md --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 48546e98..baa56826 100644 --- a/README.md +++ b/README.md @@ -61,19 +61,15 @@ archivebox --version ```bash mkdir ~/archivebox && cd ~/archivebox # you can put the collection dir anywhere archivebox init + +# If you're using an apt/brew/pip install you can run archivebox commands normally +# archivebox [subcommand] [...args] +# If you're using Docker you'll have to run the commands like this +# docker run -v $PWD:/data -it archivebox/archivebox [subcommand] [...args] +# And the equivalent in Docker Compose: +# docker-compose run archivebox [subcommand] [...args] ``` - - -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]` -And the same in Docker Compose: -`docker-compose run archivebox [subcommand] [...args]` - - - **Then Add some URLs to your archive collection:** ```bash archivebox add https://github.com/ArchiveBox/ArchiveBox