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