From 91e3720af596522ecab27d4692bd1dd7f88c9dc3 Mon Sep 17 00:00:00 2001 From: Babu Thomas Date: Sun, 15 Oct 2017 21:42:44 +0530 Subject: [PATCH] Update README to add Docker Compose install step While setting up the project through Docker, Docker Compose needs to be installed separately after installation of Docker. So, added that as a step in the installation instructions. --- README.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rdoc b/README.rdoc index a668789a..d7db7918 100644 --- a/README.rdoc +++ b/README.rdoc @@ -85,6 +85,7 @@ You should now see a copy of the site running locally at http://localhost:3000/! == Running the notebook stack locally with Docker - install {Docker}[https://www.docker.com/products/overview] +- install {Docker Compose}[https://docs.docker.com/compose/install] - clone this git repo - cd into the root of this repo, and then run docker-compose up