From de91fa74980688a2a0e5d8dfdc1636712f567fac Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Thu, 1 Mar 2018 10:13:14 +0000
Subject: [PATCH] README update - vagrant plugin installation

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b0dbab9..a19699e 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,11 @@ using the following convention:
 
 #### Creating a deployment for a test
 
-To set up a simualtion of the adaptive streaming use case scenario 
+To set up a simulation of the adaptive streaming use case scenario first install the vagrant-disksize plugin (if not already installed)
+
+`vagrant plugin install vagrant-disksize`
+
+and then execute the following command
 
 `vagrant --fixture=streaming-sim -- up`
 
-- 
GitLab