1
0
Fork 0
mirror of synced 2024-05-17 02:43:16 +12:00

Update README.md to simplify intro instructions

This commit is contained in:
Nick Sweeting 2023-06-13 17:35:00 -07:00 committed by GitHub
parent 733dbfa1f3
commit 571131d5f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,13 +49,16 @@ The goal is to sleep soundly knowing the part of the internet you care about wil
<br/>
**📦&nbsp; Get ArchiveBox with Docker / `apt` / `brew` / `pip3` / etc. ([see Quickstart below](#quickstart)).**
**📦&nbsp; 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
```