Update README.md
This commit is contained in:
parent
142e300a32
commit
f796ec22e2
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -34,13 +34,16 @@ ArchiveBox is a powerful self-hosted internet archiving solution written in Pyth
|
||||||
|
|
||||||
**🔢 How it works:**
|
**🔢 How it works:**
|
||||||
|
|
||||||
1. Get ArchiveBox: Docker, Apt, Brew, Pip
|
First Get ArchiveBox via Docker, Apt, Brew, Pip, etc. ([see below](#Quickstart)).
|
||||||
([see below](#Quickstart))
|
```bash
|
||||||
2. `archivebox init`: Run this in an empty folder
|
apt/brew/pip3 install archivebox
|
||||||
|
```
|
||||||
|
|
||||||
|
1. `archivebox init`: Run this in an empty folder
|
||||||
3. `archivebox add 'https://example.com'`: Start adding URLs to archive.
|
3. `archivebox add 'https://example.com'`: Start adding URLs to archive.
|
||||||
<small>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)</small>
|
|
||||||
4. `archivebox server`: Run the webserver and open the admin UI
|
4. `archivebox server`: Run the webserver and open the admin UI
|
||||||
<small>Or browse `./archive/<timestamp>/` and view archived content directly from the filesystem.</small>
|
|
||||||
|
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). Open the web UI at http://127.0.0.1:8000 to manage your collection, or browse `./archive/<timestamp>/` and view archived content directly from the filesystem.
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
Loading…
Reference in a new issue