Skip to content

Commit 85aaf57

Browse files
committed
Update README
Signed-off-by: Manoel Campos <[email protected]>
1 parent 944acb4 commit 85aaf57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This work contributes to:
7676
- use a human-readable file format to specify cloud simulation scenarios and speed up such a simulation process phase;
7777
- allow reuse, extension and sharing of simulations scenarios.
7878
79-
## 2. Requirements
79+
## 2. Build the Project
8080
8181
In order to build the jar file to run the tool, you need JDK 17+ installed.
8282
You can use any IDE of your choice or open a terminal at the project root directory and type one of the following commands:
@@ -93,7 +93,7 @@ on Windows
9393
./mvnw.cmd clean install
9494
```
9595

96-
## 3. Using the command line tool
96+
## 3. Using the tool at the command line
9797

9898
You can simply download the [jar file from the latest release](https://github.com/cloudsimplus/cloudsimplus-automation/releases/latest) and run it in a terminal
9999
by issuing the following command (check the correct version number of the jar file):
@@ -104,7 +104,7 @@ java -jar cloudsimplus-automation-8.0.0-with-dependencies.jar PathToSimulationSc
104104

105105
Execute the tool without any parameter to see the usage help.
106106

107-
## 4. Using it as a maven dependency into your own project
107+
## 4. Using the tool as a maven dependency into your own project
108108

109109
You can build your own applications on top of CloudSim Plus Automation to automate the creation cloud computing simulations.
110110
This way, your applications will be able to read simulation scenarios from YAML files, build and execute them on CloudSim Plus.

0 commit comments

Comments
 (0)