From 11850bc700f74a659432904aef0cf56cdef5463e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 24 Apr 2021 01:24:37 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 72d50cbe..d4a28c43 100644 --- a/README.md +++ b/README.md @@ -107,18 +107,17 @@ ls ./archive/*/index.json # or browse directly via the filesyste # Quickstart -**🖥  Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL)   **👾  CPUs:** amd64, x86, arm8, arm7 (raspi>=3) - ```bash -# Optional: use this automatic setup script to get started +# Use this auto setup script to get started, or read the Manual Setup steps below curl -sSL 'https://get.archivebox.io' | bash -# (otherwise follow the Initial Setup instructions for your platform below) ``` -#### ⬇️  Initial Setup +**🖥  Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL)   **👾  CPUs:** amd64, x86, arm8, arm7 (raspi>=3) -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. +#### ⬇️  Manual Setup + +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 all its [dependencies](#dependencies) securely isolated from the rest of your system, and kept up-to-date over-time.