diff --git a/README.md b/README.md index 8e32e7c9..f9751487 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,20 @@ ArchiveBox can be installed via [Docker](https://docs.docker.com/get-docker/) (r ```bash pip3 install archivebox +archivebox --version # install extras as-needed, or use the methods below mkdir ~/archivebox && cd ~/archivebox archivebox init archivebox add 'https://example.com' +archivebox help # to see more options ``` -***(click to expand the sections below for install instructions)*** +***(click to expand the sections below for setup instructions)***
-Get ArchiveBox with docker-compose (recommended) +Get ArchiveBox with docker-compose on any platform (recommended, everything included out-of-the-box) + +First make sure you have Docker installed: https://docs.docker.com/get-docker/ ```bash # create a new empty directory and initalize your collection (can be anywhere) @@ -70,7 +74,9 @@ docker-compose run archivebox help # to see more options
-Get ArchiveBox with docker +Get ArchiveBox with docker on any platform + +First make sure you have Docker installed: https://docs.docker.com/get-docker/ ```bash # create a new empty directory and initalize your collection (can be anywhere)