From b075af5bc902bcb612394d7550fd7728b1019402 Mon Sep 17 00:00:00 2001 From: Shirone Date: Mon, 15 Dec 2025 19:51:03 +0100 Subject: [PATCH] chore: update clone url from ssh to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eac2c7e..52c42533 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The future of software development is **agentic coding**—where developers beco ```bash # 1. Clone the repo -git clone git@github.com:AutoMaker-Org/automaker.git +git clone https://github.com/AutoMaker-Org/automaker.git cd automaker # 2. Install dependencies