Update README.md
This commit is contained in:
parent
c867443112
commit
b8d89b14e1
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
@ -38,11 +38,7 @@ Get ArchiveBox via [Docker Compose (recommended)](#Quickstart), Docker, Apt, Bre
|
|||
|
||||
```bash
|
||||
apt/brew/pip3 install archivebox
|
||||
```
|
||||
|
||||
Then use the `archivebox` CLI to set up your archive and add URLs.
|
||||
|
||||
```bash
|
||||
archivebox init # run this in an empty folder
|
||||
archivebox add 'https://example.com' # start adding URLs to archive
|
||||
archivebox schedule --every=day --depth=1 https://example.com/rss.xml
|
||||
|
@ -51,9 +47,7 @@ archivebox schedule --every=day --depth=1 https://example.com/rss.xml
|
|||
For each URL added, ArchiveBox saves several types of HTML snapshot (wget, Chrome headless, singlefile), a PDF, a screenshot, a WARC archive, any git repositories, images, audio, video, subtitles, article text, [and more...](#output-formats).
|
||||
|
||||
```bash
|
||||
archivebox server 0.0.0.0:8000 # run the admin UI webserver
|
||||
open http://127.0.0.1:8000/admin/
|
||||
|
||||
archivebox server 0.0.0.0:8000 # open http://127.0.0.1:8000/
|
||||
ls ./archive/*/index.json # or browse via the filesystem
|
||||
```
|
||||
|
||||
|
@ -360,6 +354,8 @@ It does everything out-of-the-box by default, but you can disable or tweak [indi
|
|||
|
||||
---
|
||||
|
||||
<br/>
|
||||
|
||||
## Dependencies
|
||||
|
||||
You don't need to install all the dependencies, ArchiveBox will automatically enable the relevant modules based on whatever you have available, but it's recommended to use the official [Docker image](https://github.com/ArchiveBox/ArchiveBox/wiki/Docker) with everything preinstalled.
|
||||
|
|
Loading…
Reference in a new issue