mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
Update README.md
This commit is contained in:
parent
414a499511
commit
1c86dfff51
1 changed files with 2 additions and 2 deletions
|
@ -75,10 +75,10 @@ The goal is to sleep soundly knowing the part of the internet you care about wil
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Get ArchiveBox with Docker or Docker Compose (recommended)
|
# Get ArchiveBox with Docker or Docker Compose (recommended)
|
||||||
docker run -v $PWD/data:/data -it archivebox/archivebox:dev init --setup
|
docker run -v $PWD/data:/data -p 8000:8000 -it archivebox/archivebox
|
||||||
|
|
||||||
# Or install with your preferred package manager (see Quickstart below for apt, brew, and more)
|
# Or install with your preferred package manager (see Quickstart below for apt, brew, and more)
|
||||||
pip3 install archivebox
|
pip install archivebox
|
||||||
|
|
||||||
# Or use the optional auto setup script to install it
|
# Or use the optional auto setup script to install it
|
||||||
curl -sSL 'https://get.archivebox.io' | sh
|
curl -sSL 'https://get.archivebox.io' | sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue