From fbdd3fff0bcc86e25975d4dcc4d80c5b8d95b205 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 20 Jan 2021 21:29:29 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea897f9b..15e08615 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ ArchiveBox is a powerful self-hosted internet archiving solution written in Python. You feed it URLs of pages you want to archive, and it saves them to disk in a variety of formats depending on setup and content within. -#### 🔢  Quickstart +#### 🔢  Intro First Get ArchiveBox via Docker, Apt, Brew, Pip, etc. ([see below](#Quickstart)). ```bash @@ -43,7 +43,8 @@ apt/brew/pip3 install archivebox 3. `archivebox add 'https://example.com'`: Start adding URLs to archive. 4. `archivebox server`: Run the webserver and open the admin UI -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. +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.


@@ -81,9 +82,9 @@ At the end of the day, the goal is to sleep soundly knowing that the part of the grassgrass
-### Install +### Quickstart -**Supported Systems:** (x86/ARM 32bit & 64bit) +**Supported Systems:** (x86/ARM 32bit/64bit) - Linux/BSD w/ `docker`/`apt`/`pip3`/`brew` - macOS w/ `docker`/`brew`/`pip3`