From f5609d9d4b1cd1423bed9f86b352326c03d42957 Mon Sep 17 00:00:00 2001 From: Johnathan James Date: Thu, 4 Jul 2024 14:17:52 -0600 Subject: [PATCH] pnpm run install --> pnpm install. There is no target in package.json defining install. Instead what is meant is the pnpm command 'install' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 464b1e39..7ee856c7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Ports can vary, so check the URL you're using. ### Project setup ``` -pnpm run install +pnpm install ``` ### Compiles and hot-reloads for development