From ff9407c1292706eb6de50c8f9534b42d687ab57c Mon Sep 17 00:00:00 2001 From: Attila Farkas <ati@mail.muni.cz> Date: Fri, 24 Jan 2020 10:55:17 +0100 Subject: [PATCH] add installation steps to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa948f1..2482962 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ create.py is a python program that generates a vagrant source file from a defini ### Usage: 1. Type `$ python3 create.py sandbox.yml`. On Windows or in case of an error due to ansible/python use `python create.py -l sandbox.yml`. (note: This will rewrite the previously generated Vagrantfile and ansible files.) 2. Run `$ vagrant up` to build the virtual environment. -3. The created virtual machines can be accessed with the command `$ vagrant ssh name\_of\_the\_machine`. +3. The created virtual machines can be accessed with the command `$ vagrant ssh nameOfTheMachine`. 4. The environment can be destroyed using the command `vagrant destroy -f`. ### Input yaml file structure -- GitLab