From 9ad33eeef39c329b45cc16ee3d94416c167c47e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ariel=20Falc=C3=B3n?= <121772005+ArielFalcon@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:28:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b15e63a..42447c1 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ Modify the `cv.json` file to create your own printable Portfolio/CV. # Initialize the project ```bash -pnpm create astro@latest --template MiraHikari/portfolio +pnpm create astro@latest --template ArielFalcon/portfolio ``` ### 1-1. Clone the repo If you don't want to use the template command, you can clone this repo and install the dependencies. ```bash -git clone https://github.com/MiraHikari/portfolio.git +git clone https://github.com/ArielFalcon/portfolio.git cd portfolio pnpm install ```