mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-23 04:33:11 +00:00
Update README.md
This commit is contained in:
parent
878e51ccac
commit
e0715c822b
1 changed files with 4 additions and 4 deletions
|
@ -40,9 +40,6 @@ ArchiveBox doesn't require a constantly running server or backend, instead, you
|
|||
ArchiveBox has [3 main dependencies](https://github.com/pirate/ArchiveBox/wiki/Install#dependencies) beyond `python3`: `wget`, `chromium`, and `youtube-dl`.
|
||||
To get started, you can [install them manually](https://github.com/pirate/ArchiveBox/wiki/Install) using your system's package manager, you can use the [automated helper script](https://github.com/pirate/ArchiveBox/wiki/Quickstart), or you can use the official [Docker](https://github.com/pirate/ArchiveBox/wiki/Docker) container. All three dependencies are optional if the methods that depend on them are [disabled](https://github.com/pirate/ArchiveBox/wiki/Configuration#archive-method-toggles).
|
||||
|
||||
*(`pip install archivebox` will be available in the near future, follow our [Roadmap](https://github.com/pirate/ArchiveBox/wiki/Roadmap) for progress)*
|
||||
|
||||
|
||||
```bash
|
||||
# 1. Install dependencies (use apt on ubuntu, brew on mac, or pkg on BSD)
|
||||
apt install python3 python3-pip git curl wget youtube-dl chromium-browser
|
||||
|
@ -59,6 +56,9 @@ echo 'https://example.com' | ./archive # pass URLs to archive v
|
|||
One you've added your first links, open `output/index.html` in a browser to view the archive. [DEMO: archive.sweeting.me](https://archive.sweeting.me)
|
||||
For more information, see the [full Quickstart guide](https://github.com/pirate/ArchiveBox/wiki/Quickstart), [Usage](https://github.com/pirate/ArchiveBox/wiki/Usage), and [Configuration](https://github.com/pirate/ArchiveBox/wiki/Configuration) docs.
|
||||
|
||||
*(`pip install archivebox` will be available in the near future, follow our [Roadmap](https://github.com/pirate/ArchiveBox/wiki/Roadmap) for progress)*
|
||||
|
||||
|
||||
## Overview
|
||||
|
||||
Because modern websites are complicated and often rely on dynamic content,
|
||||
|
|
Loading…
Reference in a new issue