mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update README.md
This commit is contained in:
parent
6543757ddf
commit
9e9a7793c2
1 changed files with 5 additions and 2 deletions
|
@ -110,12 +110,15 @@ ls ./archive/*/index.json # or browse directly via the filesyste
|
|||
**🖥 Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL) **👾 CPUs:** amd64, x86, arm8, arm7 <sup>(raspi>=3)</sup>
|
||||
|
||||
```bash
|
||||
curl -sSL 'https://get.archivebox.io' | bash # run this, or follow the instructions below
|
||||
# Optional: use this automatic setup script to get started
|
||||
curl -sSL 'https://get.archivebox.io' | bash
|
||||
# (otherwise follow the Initial Setup instructions for your platform below)
|
||||
```
|
||||
|
||||
#### ⬇️ Initial Setup
|
||||
|
||||
<code>docker-compose</code> is the recommended way to run ArchiveBox because it includes <i>all</i> the extractor dependencies + full-text search out-of-the-box, and it's the easiest way to keep those dependencies up-to-date and securely isolated from the rest of your system.
|
||||
<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.
|
||||
|
||||
<br/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue