You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ This work contributes to:
76
76
- use a human-readable file format to specify cloud simulation scenarios and speed up such a simulation process phase;
77
77
- allow reuse, extension and sharing of simulations scenarios.
78
78
79
-
## 2. Requirements
79
+
## 2. Build the Project
80
80
81
81
In order to build the jar file to run the tool, you need JDK 17+ installed.
82
82
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
93
93
./mvnw.cmd clean install
94
94
```
95
95
96
-
## 3. Using the command line tool
96
+
## 3. Using the tool at the command line
97
97
98
98
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
99
99
by issuing the following command (check the correct version number of the jar file):
0 commit comments