fix clone repo url and cd command
This commit is contained in:
@@ -58,7 +58,11 @@ yum install -y git
|
|||||||
### 1.2 Clone repo
|
### 1.2 Clone repo
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone <your-gitea-repo-url> ~/k8s
|
git clone https://gitea.fireflylab.cc/duynguyen/cluster-init.git
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd cluster-init
|
||||||
```
|
```
|
||||||
|
|
||||||
### 1.3 Set up Terraform credentials
|
### 1.3 Set up Terraform credentials
|
||||||
|
|||||||
Reference in New Issue
Block a user