summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-03-30 15:10:50 +0200
committervarac <varacanero@zeromail.org>2016-03-30 15:10:50 +0200
commit27373fdd7817841a2d8cc43be474e5cde3aab7ca (patch)
tree8680e885d6ebda76831307ecc9db4a6638441d84
parent1e3ee1876afaa28392713705b8be054f016d80b5 (diff)
vagrant >= 1.5 is needed
-rw-r--r--pages/docs/platform/tutorials/vagrant.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/docs/platform/tutorials/vagrant.md b/pages/docs/platform/tutorials/vagrant.md
index 6580896..710c266 100644
--- a/pages/docs/platform/tutorials/vagrant.md
+++ b/pages/docs/platform/tutorials/vagrant.md
@@ -7,7 +7,7 @@ What is Vagrant?
[[Vagrant => https://www.vagrantup.com]] is a tool to make it easier to manage virtual machines running on your desktop computer (typically for testing or development purposes). You can use Vagrant to create virtual machines and deploy the LEAP platform locally.
-Vagrant can be a pain to get working initially, but this page should help you get through the process.
+Vagrant can be a pain to get working initially, but this page should help you get through the process. Please make sure you have at least Vagrant v1.5 installed.
There are two ways you can setup LEAP platform using Vagrant.