From a3c0cf794830cb14f363224a9262b6be3e415d38 Mon Sep 17 00:00:00 2001 From: Mike McCabe Date: Sun, 28 Aug 2016 23:23:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67835f9..3afdae8 100755 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Once you see the preceeding message Railsgoat is running on your localhost on po Open your favorite browser, navigate to `http://localhost:3000` and start hacking! ## Docker Install -To run Railsgoat with Docker you must first have [Docker](https://docs.docker.com/engine/installation/) and [Docker Compose](https://docs.docker.com/compose/install/) installed. Once those dependencies are installed, cd into the Railsgoat directory where you've cloned the code and run. +To run Railsgoat with Docker you must first have [Docker](https://docs.docker.com/engine/installation/) and [Docker Compose](https://docs.docker.com/compose/install/) installed. Once those dependencies are installed, cd into the Railsgoat directory where you've cloned the code and run. Rails requires Compose **1.6.0** or above and require a Docker Engine of version **1.10.0** or above. ``` #~/code/railsgoat