> ## Documentation Index
> Fetch the complete documentation index at: https://cloudsim-ho-project.puneetchandna.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> How to install and set up the project.

This page will guide you through the process of installing and setting up the CloudSim-HO-Research-V2 project.

## Cloning the Repository

To get started, clone the repository from GitHub:

```bash theme={null}
git clone https://github.com/puneet-chandna/cloudsim-ho-research-V2.git
```

## Building the Project

Once you have cloned the repository, you can build the project using Maven:

```bash theme={null}
cd cloudsim-ho-research-V2
mvn clean install
```

This will compile the source code and download all the required dependencies.
