Updated to clone a specific branch:develop for Local Developement

This commit is contained in:
Tola Leng
2025-05-20 15:15:11 +08:00
parent ba318f13a5
commit 975fb65c3d
+1 -1
View File
@@ -46,7 +46,7 @@ Click "Fork" on [GitHub](https://github.com/operacle/checkcle) to create your ow
### 2. Clone Your Fork
```bash
git clone https://github.com/operacle/checkcle.git
git clone --branch develop https://github.com/operacle/checkcle.git
cd checkcle
```