Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,11 @@ For multiple images, use the Slides component instead.

### Prerequisites

- **Node.js** (version 18 or higher): Download from [nodejs.org](https://nodejs.org/)
- **Node.js** (version 24 or higher): Download from [nodejs.org](https://nodejs.org/)
- **pnpm**: Download from [pnpm.io/installation](https://pnpm.io/installation).
If you just downloaded **Node.js**, follow the `corepack` or `npm` installation options.
- **Git**: Download from [git-scm.com](https://git-scm.com/)
- **Vale**: Download from [docs.vale.sh/topics/installation](https://docs.vale.sh/topics/installation)
- A code editor (e.g., [VS Code](https://code.visualstudio.com/))

### Setup Instructions
Expand Down Expand Up @@ -358,7 +361,7 @@ For multiple images, use the Slides component instead.
To check your Node.js and pnpm versions:

```bash
node --version # Should be 18.x or higher
node --version # Should be 24.x or higher
pnpm --version # Should be 10.x or higher
```

Expand Down