From 62b7bb2a446a40ab6be5080f09d07509b87af018 Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Sun, 6 Oct 2024 16:35:13 +0900 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b346d8..1186451 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,10 @@ ENCRYPTION_KEY="L9pmqRJnO1ZJSQ2svbHuBA==" > openssl rand --base64 16 > ``` -Run the application: +Install dependencies and run the application: ``` +pnpm i pnpm dev ```