1
0
Fork 0
mirror of synced 2024-06-11 23:14:43 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2021-04-24 00:29:41 -04:00 committed by GitHub
parent b7507de983
commit 3ff20c5724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,11 +54,17 @@ The goal is to sleep soundly knowing the part of the internet you care about wil
**📦  Install ArchiveBox with [Docker Compose (recommended)](#quickstart) / Docker, or `apt` / `brew` / `pip` ([see below](#quickstart)).**
```bash
# Optional: Use the auto-setup script (sets up ArchiveBox using Docker or your system pkg manager)
curl 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/bin/setup.sh' | bash
```
*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.*
1. Once you've installed ArchiveBox, run this in a new empty folder to get started
```bash
archivebox init --setup # creates a new collection in the current directory
# mkdir -p ~/archivebox && cd ~/archivebox # you can put the data folder anywhere, e.g. ~/archivebox
archivebox init --setup # initialize a collection in the current directory
```
2. Add some URLs you want to archive