From 5db87b3cdd36ea865c32dc2e1015cb87d8f5a73c Mon Sep 17 00:00:00 2001 From: sumedhpathak Date: Fri, 10 Feb 2017 16:42:10 -0800 Subject: [PATCH] Remove obsolete step to connect to Docker VM --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d12f9875f..61a2ee402 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,6 @@ Citus Cloud runs on top of AWS as a fully managed database as a service and has If you're looking to get started locally, you can follow the following steps to get up and running. * Install docker-compose: [Mac][mac_install] | [Linux][linux_install] -* (Mac only) connect to Docker VM - ```bash - eval $(docker-machine env default) - ``` * Pull and start the docker images ```bash