mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update README.md
This commit is contained in:
parent
f8227ce84f
commit
d20402b1f2
1 changed files with 2 additions and 2 deletions
|
@ -52,11 +52,11 @@ ArchiveBox can be used as a [command-line tool](#Quickstart), [web app](#Quickst
|
|||
|
||||
<br/>
|
||||
|
||||
**📦 First, get ArchiveBox using [Docker Compose (recommended)](#Quickstart), or Docker, Apt, Brew, Pip ([see the instructions below for your OS](#Quickstart)).**
|
||||
**📦 First, get ArchiveBox using [Docker Compose (recommended)](#Quickstart) / Docker, or `apt` / `brew` / `pip` ([see the instructions below](#Quickstart)).**
|
||||
|
||||
*No matter which setup method you choose, they all follow this basic process and provide the same CLI, Web UI, and on-disk data layout.*
|
||||
|
||||
1. Run this in a new empty folder to get started
|
||||
1. Once you've installed ArchiveBox, run this in a new empty folder to get started
|
||||
```bash
|
||||
archivebox init --setup # creates a new collection in the current directory
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue