From 1c86dfff51ca864f33e582069e3eec97b27419c8 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 13 Jan 2024 16:50:03 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a353f551..5205ecc1 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,10 @@ The goal is to sleep soundly knowing the part of the internet you care about wil ```bash # Get ArchiveBox with Docker or Docker Compose (recommended) -docker run -v $PWD/data:/data -it archivebox/archivebox:dev init --setup +docker run -v $PWD/data:/data -p 8000:8000 -it archivebox/archivebox # Or install with your preferred package manager (see Quickstart below for apt, brew, and more) -pip3 install archivebox +pip install archivebox # Or use the optional auto setup script to install it curl -sSL 'https://get.archivebox.io' | sh