diff --git a/README.md b/README.md index 323a55bb807f99ff9adbebefe84098f86bf3c055..aa948f1ccfdcc46a762cee5e6f55671734285db9 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 name\_of\_the\_machine`. 4. The environment can be destroyed using the command `vagrant destroy -f`. ### Input yaml file structure