From d20402b1f24e03891ed665f90e248a534d687ea7 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Apr 2021 09:31:08 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d202a06d..aba82680 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ ArchiveBox can be used as a [command-line tool](#Quickstart), [web app](#Quickst
-**📦  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 ```