diff --git a/README.md b/README.md index 5ea1385..5691555 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Follow the [official Ansible installation guide](https://docs.ansible.com/ansibl 1. **Clone the Repository:** ```bash -git clone https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git -cd YOUR_REPO_NAME +git clone https://github.com/YOUR_USERNAME/cloud-vps.git +cd cloud-vps ``` 2. **Choose Your Cloud Provider:** This blueprint is natively written for **Microsoft Azure**, but the Ansible logic is completely cloud-agnostic. Ensure you have the Azure CLI installed and have run `az login` to authenticate.