Update README.md
This commit is contained in:
parent
9e9a7793c2
commit
11850bc700
1 changed files with 6 additions and 7 deletions
11
README.md
11
README.md
|
@ -107,18 +107,17 @@ ls ./archive/*/index.json # or browse directly via the filesyste
|
||||||
|
|
||||||
# Quickstart
|
# Quickstart
|
||||||
|
|
||||||
**🖥 Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL) **👾 CPUs:** amd64, x86, arm8, arm7 <sup>(raspi>=3)</sup>
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Optional: use this automatic setup script to get started
|
# Use this auto setup script to get started, or read the Manual Setup steps below
|
||||||
curl -sSL 'https://get.archivebox.io' | bash
|
curl -sSL 'https://get.archivebox.io' | bash
|
||||||
# (otherwise follow the Initial Setup instructions for your platform below)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### ⬇️ Initial Setup
|
**🖥 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.
|
<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 it's dependencies securely isolated from the rest of your system, and kept up-to-date over-time.
|
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/>
|
<br/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue