From f13555accdbef073cb429ad89b24551038fb4b4c Mon Sep 17 00:00:00 2001 From: Wander_Lust Date: Sun, 17 May 2026 06:03:28 +0530 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.