From 6543757ddfbcd4bb912a24225d70e15cbfb4170a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 24 Apr 2021 01:16:00 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3f723843..56b51399 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ 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 +``` + #### ⬇️  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.