From 1f9707a0a19a069efd79a79e9b5c9f0c7af4ee35 Mon Sep 17 00:00:00 2001 From: duynguyen Date: Sun, 14 Jun 2026 14:37:25 +0700 Subject: [PATCH] fix clone repo url and cd command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b90b9d..26372be 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,11 @@ yum install -y git ### 1.2 Clone repo ```bash -git clone ~/k8s +git clone https://gitea.fireflylab.cc/duynguyen/cluster-init.git +``` + +```bash +cd cluster-init ``` ### 1.3 Set up Terraform credentials