From ad04cacd28da1557324b8ad6fb53b7284e8bf866 Mon Sep 17 00:00:00 2001 From: Victor Coisne Date: Wed, 4 Sep 2013 17:47:18 -0700 Subject: [PATCH] Add step to docker installation using vagrant (Mac, Linux) --- docs/sources/installation/vagrant.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/sources/installation/vagrant.rst b/docs/sources/installation/vagrant.rst index 14f5bf5cdd..05fb579d5e 100644 --- a/docs/sources/installation/vagrant.rst +++ b/docs/sources/installation/vagrant.rst @@ -37,7 +37,13 @@ Spin it up git clone https://github.com/dotcloud/docker.git -2. Run vagrant from the sources directory +2. Change directory to docker + + .. code-block:: bash + + cd docker + +3. Run vagrant from the sources directory .. code-block:: bash