From 3ada7e79875bffcfcbdac33372466bea64e67cd7 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 11 Dec 2020 22:51:03 +0200 Subject: [PATCH] recommend docker compose --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d14dc2d..06892818 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The main index is a self-contained `data/index.sqlite3` file, and each snapshot (Click to expand each section)
-Get ArchiveBox with Docker Compose +Get ArchiveBox with docker-compose (recommended) ```bash # create a new empty directory and initalize your collection (can be anywhere) @@ -58,7 +58,7 @@ docker-compose run archivebox manage createsuperuser
-Get ArchiveBox with plain Docker +Get ArchiveBox with docker ```bash # create a new empty directory and initalize your collection (can be anywhere)