1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 10:54:38 +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

View File

@@ -9,7 +9,7 @@ Lorem blog is a simple blog template built with Vue.js and Tailwind CSS. It is d
## Installation ## Installation
```bash ```bash
git clone https://github.com/robonen/lorem-blog.git git clone git@github.com:robonen/lorem-blog.git
cd lorem-blog cd lorem-blog
pnpm install pnpm install
``` ```