From da21cdf9111c8d89ad3bf6214eefd264213abfbf Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 4 Jan 2025 21:00:57 +0100 Subject: [PATCH] chore: update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de1f23..95d00d6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This is the project for generating the static files for my personal site [ayo.ay ## Development +You need [node](https://nodejs.org) and [pnpm](https://pnpm.io). + ```bash # clone project $ git clone git@git.sr.ht:~ayoayco/ayco.io-astro @@ -14,7 +16,8 @@ $ git clone git@git.sr.ht:~ayoayco/ayco.io-astro $ cd ./ayco.io-astro # install deps -$ npm i +$ corepack enable +$ pnpm i ```