From be9a1a9ad7f4be2e60731d1ca619ebe4e781c2d3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 12 Dec 2020 01:37:07 +0200 Subject: [PATCH] add note about why docker-compose is the recommended method --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82e2f9cf..b2830247 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ archivebox help # to see more options 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/ +This is the recommended way to run ArchiveBox because it includes *all* the extractors like chrome, wget, youtube-dl, git, etc., as well as full-text search with sonic, and many other great features. ```bash # create a new empty directory and initalize your collection (can be anywhere)