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