Update README.md
This commit is contained in:
parent
b7507de983
commit
3ff20c5724
1 changed files with 7 additions and 1 deletions
|
@ -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)).**
|
**📦 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.*
|
*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
|
1. Once you've installed ArchiveBox, run this in a new empty folder to get started
|
||||||
```bash
|
```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
|
2. Add some URLs you want to archive
|
||||||
|
|
Loading…
Reference in a new issue