diff --git a/README.md b/README.md index 13c389869122158c5f170f0e0793253aea772970..3dd81c9beff21e75dbe61312fa2475ffefe711a8 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ Cyber Sandbox Creator is a tool, which can generate portable input files for bui ### Linux (Ubuntu/Debian) -1. After the installation simply run the command `$ python3 create.py sandbox.yml` to generate files. +1. After the installation simply run the command `$ python3 create.py topology.yml` to generate files. 2. Navigate to the newly created directory `sandbox` and run `$ vagrant up` to build the virtual environment. 3. The built environment can be deleted using the command `$ vagrant destroy -f`. ### Windows 10 -1. Generate files using the command `python create.py --ansible_local sandbox.yml`. +1. Generate files using the command `python create.py --ansible_local topology.yml`. 2. Navigate to the newly created folder `sandbox` and run the command `vagrant up` to build the virtual environment. 3. The built environment can be deleted using the command `vagrant destroy -f`. diff --git a/sandbox.yml b/topology.yml similarity index 100% rename from sandbox.yml rename to topology.yml