mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
Update README.md
This commit is contained in:
parent
11850bc700
commit
a437c750dd
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -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
|
||||
```
|
||||
|
||||
**📦 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
|
||||
```
|
||||
|
||||
**🖥 Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL) **👾 CPUs:** amd64, x86, arm8, arm7 <sup>(raspi>=3)</sup>
|
||||
|
||||
#### ⬇️ 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/>
|
||||
|
||||
#### ➡️ Next Steps
|
||||
|
||||
- Import URLs from some of the supported [Input Formats](#input-formats) or view the supported [Output Formats](#output-formats)...
|
||||
|
|
Loading…
Reference in a new issue