From 9e9a7793c2aba6d3c177889e11d3ab12f6d73473 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 24 Apr 2021 01:20:58 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56b51399..72d50cbe 100644 --- a/README.md +++ b/README.md @@ -110,12 +110,15 @@ ls ./archive/*/index.json # or browse directly via the filesyste **🖥  Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL)   **👾  CPUs:** amd64, x86, arm8, arm7 (raspi>=3) ```bash -curl -sSL 'https://get.archivebox.io' | bash # run this, or follow the instructions below +# Optional: use this automatic setup script to get started +curl -sSL 'https://get.archivebox.io' | bash +# (otherwise follow the Initial Setup instructions for your platform below) ``` #### ⬇️  Initial Setup -docker-compose is the recommended way to run ArchiveBox because it includes all the extractor dependencies + full-text search out-of-the-box, and it's the easiest way to keep those dependencies up-to-date and securely isolated from the rest of your system. +docker-compose is the recommended way to run ArchiveBox. It includes everything out-of-the-box and provides the fastest setup experience. +It's also the easiest way to keep ArchiveBox and it's dependencies securely isolated from the rest of your system, and kept up-to-date over-time.