add docker install details
This commit is contained in:
parent
0331ed162a
commit
1d894e1d45
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -38,16 +38,20 @@ ArchiveBox can be installed via [Docker](https://docs.docker.com/get-docker/) (r
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install archivebox
|
pip3 install archivebox
|
||||||
|
archivebox --version # install extras as-needed, or use the methods below
|
||||||
|
|
||||||
mkdir ~/archivebox && cd ~/archivebox
|
mkdir ~/archivebox && cd ~/archivebox
|
||||||
archivebox init
|
archivebox init
|
||||||
archivebox add 'https://example.com'
|
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>
|
<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
|
```bash
|
||||||
# create a new empty directory and initalize your collection (can be anywhere)
|
# 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>
|
||||||
|
|
||||||
<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
|
```bash
|
||||||
# create a new empty directory and initalize your collection (can be anywhere)
|
# create a new empty directory and initalize your collection (can be anywhere)
|
||||||
|
|
Loading…
Reference in a new issue