diff --git a/README.md b/README.md index 1b207e86..29d22204 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,16 @@ ArchiveBox is a powerful self-hosted internet archiving solution written in Pyth **🔢  How it works:** -1. Get ArchiveBox: Docker, Apt, Brew, Pip - ([see below](#Quickstart)) -2. `archivebox init`: Run this in an empty folder +First Get ArchiveBox via Docker, Apt, Brew, Pip, etc. ([see below](#Quickstart)). +```bash +apt/brew/pip3 install archivebox +``` + +1. `archivebox init`: Run this in an empty folder 3. `archivebox add 'https://example.com'`: Start adding URLs to archive. - For each URL added, ArchiveBox saves several types of HTML snapshot (wget, Chrome headless, singlefile), a PDF, a screenshot, a WARC archive, any git repositories, images, audio, video, subtitles, article text, [and more...](#output-formats) 4. `archivebox server`: Run the webserver and open the admin UI - Or browse `./archive//` and view archived content directly from the filesystem. + +For each URL added, ArchiveBox saves several types of HTML snapshot (wget, Chrome headless, singlefile), a PDF, a screenshot, a WARC archive, any git repositories, images, audio, video, subtitles, article text, [and more...](#output-formats). Open the web UI at http://127.0.0.1:8000 to manage your collection, or browse `./archive//` and view archived content directly from the filesystem.