From c1ffa6e5d914b17f3d5f21825496f678e40de1ae Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 30 Aug 2017 15:02:06 -0400 Subject: [PATCH] Call out eval for setting up the minishift environment --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6aeb30a672..aa321b8239 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -43,7 +43,7 @@ If you do not have access to an OpenShift cluster, you can install [Minishift](h Once you have Minishift running, you can optionally use the Docker daemon that runs inside the virtual machine, rather than running a second Docker daemon (or Docker for Mac) on your development host. The following will set your environment to use it: ```bash -$ minishift $(docker-env) +$ eval $(minishift docker-env) ``` ### Pre-build Steps