mirror of
https://github.com/readest/readest
synced 2026-04-21 13:37:44 +00:00
Change setup command for vendors in CONTRIBUTING.md (#3139)
Updated instructions for setting up dependencies in the project.
This commit is contained in:
parent
bbbd378f9b
commit
c90de6967b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue