From bc7e172f04cb3ba98dadf6aaf4392916f8645187 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 17:33:16 -0400 Subject: [PATCH] add docker-compose install instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96b63c1c..227803bd 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,9 @@ ls ./archive/*/index.json # or browse directly via the filesyste
Get ArchiveBox with docker-compose on macOS/Linux/Windows ✨ (highly recommended) -First make sure you have Docker installed: https://docs.docker.com/get-docker/ +First make sure you have [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/#install-using-pip) installed on your system. -Download the [`docker-compose.yml`](https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml) file. +Download the [`docker-compose.yml`](https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml) file into a new empty directory.

 curl -O 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml'
 
@@ -151,7 +151,7 @@ chrome, wget, youtube-dl, git, etc., full-text search w/ sonic, and many other g
Get ArchiveBox with docker on macOS/Linux/Windows -First make sure you have Docker installed: https://docs.docker.com/get-docker/ +First make sure you have [Docker](https://docs.docker.com/get-docker/) installed on your system.

 # create a new empty directory and initalize your collection (can be anywhere)