Skip to content

Commit 3f9ae65

Browse files
authored
Update README.md
1 parent 817e7ee commit 3f9ae65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ More information can be found on the [CloudSim's web site](http://cloudbus.org/c
2323

2424
# Download #
2525

26-
The downloaded package contains all the source code, examples, jars, and API html files.
26+
Either clone the repository or download a [release](https://github.com/Cloudslab/cloudsim/releases). The release package contains all the source code, examples, jars, and API html files.
2727

28-
# Installation of CloudSim
28+
# Installation
2929
**Windows**
30-
1) Install Java Java Development Kit(JDK) 21 o your system from [Official Website](https://www.oracle.com/in/java/technologies/downloads/#java21) as shown in [JDK Installation Instructions](https://docs.oracle.com/en/java/javase/23/install/overview-jdk-installation.html)
31-
2) Install Maven as shown on the [Official Website](https://maven.apache.org/install.html)
32-
4) Compile and Run tests in Command Prompt:
30+
1) Install Java JDK21 on your system from the [official website](https://www.oracle.com/in/java/technologies/downloads/#java21) as shown in [JDK installation instructions](https://docs.oracle.com/en/java/javase/23/install/overview-jdk-installation.html)
31+
2) Install Maven as shown on the [official website](https://maven.apache.org/install.html)
32+
4) Compile and Run tests using the command prompt:
3333
```prompt
3434
mvn build
3535
mvn test
3636
```
37-
5) Run an example (CloudsimExample1) in cloudsim-examples in Command Prompt:
37+
5) Run an example (e.g., CloudSimExample1) in cloudsim-examples using the command prompt:
3838
```prompt
3939
mvn exec:java -pl modules/cloudsim-examples/ -Dexec.mainClass=org.cloudbus.cloudsim.examples.CloudSimExample1
4040
```
@@ -59,17 +59,17 @@ mvn exec:java -pl modules/cloudsim-examples/ -Dexec.mainClass=org.cloudbus.cloud
5959
sudo update-alternatives --config 'java'
6060
```
6161
3) Install Maven as shown on the [Official Website](https://maven.apache.org/install.html)
62-
4) Compile and Run tests in Terminal:
62+
4) Compile and run tests using the terminal:
6363
```bash
6464
mvn build
6565
mvn test
6666
```
67-
5) Run an example (CloudsimExample1) in cloudsim-examples in Terminal:
67+
5) Run an example (e.g., CloudSimExample1) in cloudsim-examples using the terminal:
6868
```bash
6969
mvn exec:java -pl modules/cloudsim-examples/ -Dexec.mainClass=org.cloudbus.cloudsim.examples.CloudSimExample1
7070
```
7171

72-
**Suggestion:** Use an IDE such as IDEA Intellij to faciliate steps 4) and 5) from both Windows and Linux (Except WSL & WSL2 Without GUI)
72+
**Suggestion:** Use an IDE such as IDEA Intellij to faciliate steps 4) and 5)
7373

7474
# Preferred Publication (Currently Under Revision, Available on arxiv only as a pre-print) #
7575
* Remo Andreoli, Jie Zhao, Tommaso Cucinotta, and Rajkumar Buyya, [CloudSim 7G: An Integrated Toolkit for Modeling and Simulation of Future Generation Cloud Computing Environments](https://arxiv.org/pdf/2408.13386), arXiv:2408.13386 [cs.DC], 2024.

0 commit comments

Comments
 (0)