Update README for prerequisites reference

This commit is contained in:
chrox
2024-11-13 16:14:39 +01:00
parent 109d214660
commit a3a922ed05
2 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -17,7 +17,7 @@ Readest is an open-source ebook reading software designed for immersive and deep
- **Node.js** and **pnpm** for Next.js development
- **Rust and Cargo** for Tauri development
It is recommended to use a recent version of Node.js and Rust.
For the best experience, use a recent version of Node.js and Rust. Refer to the [Tauri documentation](https://v2.tauri.app/start/prerequisites/) for details on setting up the development environment prerequisites on different platforms.
```bash
nvm use v22
@@ -39,6 +39,7 @@ git submodule update --init --recursive
### 2. Install Dependencies
```bash
npm install -g pnpm
pnpm install
# copy pdfjs-dist to Next.js public directory
pnpm --filter @readest/readest-app setup-pdfjs
@@ -62,7 +63,7 @@ Readest is open-source, and contributions are welcome! Feel free to open issues,
## License
This project is licensed under the MIT License. See the LICENSE file for details.
This project is licensed under the AGPL V3 License. See the LICENSE file for details.
---
Submodule packages/pdf-js deleted from 5f522d1c60