1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2021-04-08 09:31:08 -04:00 committed by GitHub
parent f8227ce84f
commit d20402b1f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,11 +52,11 @@ ArchiveBox can be used as a [command-line tool](#Quickstart), [web app](#Quickst
<br/>
**📦&nbsp; First, get ArchiveBox using [Docker Compose (recommended)](#Quickstart), or Docker, Apt, Brew, Pip ([see the instructions below for your OS](#Quickstart)).**
**📦&nbsp; 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
```