From 1631ece2bdb484782993337e2da7f4298a249ea2 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Sun, 3 Aug 2025 03:39:24 +0200 Subject: [PATCH] docs: doc submodule update as dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c773a5..6ebd4ff2 100644 --- a/README.md +++ b/README.md @@ -136,13 +136,13 @@ To get started with Readest, follow these steps to clone and build the project. ```bash git clone https://github.com/readest/readest.git cd readest -git submodule update --init --recursive ``` ### 2. Install Dependencies ```bash # might need to rerun this when code is updated +git submodule update --init --recursive pnpm install # copy pdfjs-dist to Next.js public directory pnpm --filter @readest/readest-app setup-pdfjs