From d2e709ce8639518f9e0dccd93b1f52c21d38837a Mon Sep 17 00:00:00 2001
From: Attila Farkas <x394097@fi.muni.cz>
Date: Mon, 23 Sep 2019 13:06:44 +0200
Subject: [PATCH] added comment about moving generated files

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index fc4113d..353f605 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ Flavors provide a quick way to choose hardware specs (like number of cpus and me
 
 ### Notes
 - tested on Vagrant 2.2.5, VirtualBox 6.0.4 and 6.0.10
+- Vagrantfile and the provision directory contains everything needed by vagrant. Feel free to move them to a different directory after creation. 
 
 ### Other requirements
 - DHCP server for vboxnet0 must be turned off in VirtualBox. It can be done manually in VirtualBox or with the command `$ VBoxManage dhcpserver remove --ifname vboxnet0`
-- 
GitLab