1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

add docker install details

This commit is contained in:
Nick Sweeting 2020-12-11 23:08:58 +02:00
parent 0331ed162a
commit 1d894e1d45

View file

@ -38,16 +38,20 @@ ArchiveBox can be installed via [Docker](https://docs.docker.com/get-docker/) (r
```bash
pip3 install archivebox
archivebox --version # install extras as-needed, or use the methods below
mkdir ~/archivebox && cd ~/archivebox
archivebox init
archivebox add 'https://example.com'
archivebox help # to see more options
```
***(click to expand the sections below for install instructions)***
***(click to expand the sections below for setup instructions)***
<details>
<summary><b>Get ArchiveBox with <code>docker-compose</code> (recommended)</b></summary>
<summary><b>Get ArchiveBox with <code>docker-compose</code> on any platform (recommended, everything included out-of-the-box)</b></summary>
First make sure you have Docker installed: https://docs.docker.com/get-docker/
```bash
# create a new empty directory and initalize your collection (can be anywhere)
@ -70,7 +74,9 @@ docker-compose run archivebox help # to see more options
</details>
<details>
<summary><b>Get ArchiveBox with <code>docker</code></b></summary>
<summary><b>Get ArchiveBox with <code>docker</code> on any platform</b></summary>
First make sure you have Docker installed: https://docs.docker.com/get-docker/
```bash
# create a new empty directory and initalize your collection (can be anywhere)