From af8aae3b9b8702682a6449b8fd4338e80b4d8751 Mon Sep 17 00:00:00 2001 From: robonen Date: Mon, 16 Jun 2025 15:45:04 +0700 Subject: [PATCH] fix(readme): update installation command to use SSH URL for cloning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d92192d..164bf82 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Lorem blog is a simple blog template built with Vue.js and Tailwind CSS. It is d ## Installation ```bash -git clone https://github.com/robonen/lorem-blog.git +git clone git@github.com:robonen/lorem-blog.git cd lorem-blog pnpm install ```