Update README.md

This commit is contained in:
Nick Sweeting 2021-04-24 01:28:02 -04:00 committed by GitHub
parent 11850bc700
commit a437c750dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,11 @@ The goal is to sleep soundly knowing the part of the internet you care about wil
<br/>
```bash
# Use this auto setup script to get started, or follow the Install steps below
curl -sSL 'https://get.archivebox.io' | bash
```
**📦&nbsp; Install ArchiveBox with [Docker Compose (recommended)](#quickstart) / Docker, or `apt` / `brew` / `pip` ([see below](#quickstart)).**
*No matter which setup method you choose, they all follow this basic process and provide the same CLI, Web UI, and on-disk data layout.*
@ -107,20 +112,10 @@ ls ./archive/*/index.json # or browse directly via the filesyste
# Quickstart
```bash
# Use this auto setup script to get started, or read the Manual Setup steps below
curl -sSL 'https://get.archivebox.io' | bash
```
**🖥&nbsp; Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL) &nbsp; **👾&nbsp; CPUs:** amd64, x86, arm8, arm7 <sup>(raspi>=3)</sup>
#### ⬇️&nbsp; Manual Setup
<code>docker-compose</code> 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.
<br/>
*(click to expand your preferred **`distribution`** below for full setup instructions)*
<details>
@ -289,6 +284,11 @@ For more discussion on managed and paid hosting options see here: <a href="https
<br/>
<b><code>docker-compose</code> is the recommended way to run ArchiveBox.</b> 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.
<br/>
#### ➡️&nbsp; Next Steps
- Import URLs from some of the supported [Input Formats](#input-formats) or view the supported [Output Formats](#output-formats)...