From d40f46a9857a6800c0c01ba2e77c6524a8c80a00 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 28 Jan 2024 00:41:28 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f38db4d2..a52bb837 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ curl -sSL 'https://get.archivebox.io' | sh
  1. Install Docker on your system (if not already installed).
  2. Download the docker-compose.yml file into a new empty directory (can be anywhere). -
    mkdir ~/archivebox && cd ~/archivebox   # can be anywhere
    +
    mkdir ~/archivebox && cd ~/archivebox
     # Read and edit docker-compose.yml options as-needed after downloading
     curl -sSL 'https://docker-compose.archivebox.io' > docker-compose.yml