Skip to content
Snippets Groups Projects
Commit fcd3122f authored by Attila Farkas's avatar Attila Farkas
Browse files

Update usage in readme

parent 76c9a9f2
No related branches found
No related tags found
1 merge request!7Resolve Refactoring
......@@ -27,11 +27,15 @@ Cyber Sandbox Creator is a tool, which can generate portable input files for bui
### Linux (Ubuntu/Debian)
After the installation simply run the command `$ python3 create.py sandbox.yml` to generate the files.
1. After the installation simply run the command `$ python3 create.py sandbox.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
Generate the files using the command `python create.py -l sandbox.yml`.
1. Generate files using the command `python create.py --ansible_local sandbox.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`.
## Credits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment