From c90de6967b33832fb6ab11cd25f92e321ef77495 Mon Sep 17 00:00:00 2001 From: Adam Charron Date: Sun, 1 Feb 2026 22:41:54 -0500 Subject: [PATCH] Change setup command for vendors in CONTRIBUTING.md (#3139) Updated instructions for setting up dependencies in the project. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb3e078b..3b1c718b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,8 +43,8 @@ git submodule update --init --recursive ```bash # might need to rerun this when code is updated pnpm install -# copy pdfjs-dist to Next.js public directory -pnpm --filter @readest/readest-app setup-pdfjs +# copy vendors dist libs to public directory +pnpm --filter @readest/readest-app setup-vendors ``` #### 3. Verify Dependencies Installation