mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update README.md to simplify intro instructions
This commit is contained in:
parent
733dbfa1f3
commit
571131d5f3
1 changed files with 6 additions and 3 deletions
|
@ -49,13 +49,16 @@ The goal is to sleep soundly knowing the part of the internet you care about wil
|
|||
|
||||
<br/>
|
||||
|
||||
**📦 Get ArchiveBox with Docker / `apt` / `brew` / `pip3` / etc. ([see Quickstart below](#quickstart)).**
|
||||
**📦 Get ArchiveBox with `docker` / `apt` / `brew` / `pip3` / `nix` / etc. ([see Quickstart below](#quickstart)).**
|
||||
|
||||
```bash
|
||||
# Follow the instructions for your package manager in the quickstart, e.g.:
|
||||
# Get ArchiveBox with Docker or Docker Compose (recommended)
|
||||
docker run -v $PWD/data:/data -it archivebox/archivebox:dev init --setup
|
||||
|
||||
# Or install with your preferred package manager (see Quickstart below for apt, brew, and more)
|
||||
pip3 install archivebox
|
||||
|
||||
# Or use the optional auto setup script to install it for you:
|
||||
# Or use the optional auto setup script to install it
|
||||
curl -sSL 'https://get.archivebox.io' | sh
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue