1
0
Fork 0
mirror of synced 2024-06-30 12:00:41 +12:00

formatting

This commit is contained in:
Nick Sweeting 2020-12-11 23:11:22 +02:00
parent eb61f511f4
commit ab4059bb56

View file

@ -38,7 +38,8 @@ 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 archivebox --version
# install extras manually as-needed, or use one of full setup methods below
mkdir ~/archivebox && cd ~/archivebox mkdir ~/archivebox && cd ~/archivebox
archivebox init archivebox init
@ -46,7 +47,7 @@ archivebox add 'https://example.com'
archivebox help # to see more options archivebox help # to see more options
``` ```
***(click to expand the sections below for setup instructions)*** ***(click to expand the sections below for full setup instructions)***
<details> <details>
<summary><b>Get ArchiveBox with <code>docker-compose</code> on any platform (recommended, everything included out-of-the-box)</b></summary> <summary><b>Get ArchiveBox with <code>docker-compose</code> on any platform (recommended, everything included out-of-the-box)</b></summary>