From f4a373748c1844bcd5dbcb7b76568b0e7e904eed Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 24 Apr 2021 01:48:28 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd59e0b..146ce521 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ The goal is to sleep soundly knowing the part of the internet you care about wil
-**📦  Get ArchiveBox with [Docker Compose (recommended)](#quickstart) / Docker, or `apt` / `brew` / `pip` ([see Quickstart](#quickstart)).** +**📦  Get ArchiveBox with `docker-compose` / `docker` / `apt` / `brew` / `pip3` ([see Quickstart below](#quickstart)).** ```bash -# Use this auto setup script, or follow the full Quickstart instructions below +# Or use this auto setup script to install it for you (optional) curl -sSL 'https://get.archivebox.io' | bash ```