1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-06-20 01:55:18 +00:00

fix(readme): update installation command to use SSH URL for cloning

This commit is contained in:
2025-06-16 15:45:04 +07:00
parent ff484efcda
commit af8aae3b9b
+1 -1
View File
@@ -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
```