From acba510b90020ab02ba7a3a3d3739cb8ad5b9d97 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 17 Jan 2016 00:08:15 -0400 Subject: [PATCH] Add mention that repository cloning is needed to install via Vagrant. --- docs/topics/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/deploying.rst b/docs/topics/deploying.rst index b03c9b461b..0f7305fbc2 100644 --- a/docs/topics/deploying.rst +++ b/docs/topics/deploying.rst @@ -252,7 +252,7 @@ Vagrant ======= Make sure you have Vagrant and a provider properly installed as per https://docs.vagrantup.com/v2/installation/index.html -And execute:: +Clone the repository and execute:: vagrant up production