diff --git a/README.md b/README.md index 4a502ac76ff81c9c0dbcf9ed7f1b5cc5f09a96d5..ac4163c2ffcfc01ed0c80f8730a606becff94caf 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ A next generation of https://gitlab.ics.muni.cz/KYPO-content/KYPO-Creator -generate.py is a python program that generates a vagrant source file from a definition in yaml. This yaml file contains definitions of devices (hosts and routers) and networks. Its structure is described below. +create.py is a python program that generates a vagrant source file from a definition in yaml. This yaml file contains definitions of devices (hosts and routers) and networks. Its structure is described below. ### Usage: 1. Clone the project. 2. Navigate to the project folder. -3. Type `$ python3 generate.py yaml_file.yml`. There is a test yaml file in the repository called test.yml. +3. Type `$ python3 create.py yaml_file.yml`. There is a test yaml file in the repository called test.yml. 4. Run `$ vagrant up` ### Input yaml file structure diff --git a/generate.py b/create.py similarity index 100% rename from generate.py rename to create.py