From e4dee4cee23146fa7d345058751f55e10f928440 Mon Sep 17 00:00:00 2001 From: 0verkil <112268976+0verkil@users.noreply.github.com> Date: Sun, 26 Jul 2026 09:21:03 -0700 Subject: [PATCH 1/3] installation guide updates --- CONTIRBUTING.md => CONTRIBUTING.md | 0 README.md | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename CONTIRBUTING.md => CONTRIBUTING.md (100%) diff --git a/CONTIRBUTING.md b/CONTRIBUTING.md similarity index 100% rename from CONTIRBUTING.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 8828dcfa..a160ec50 100644 --- a/README.md +++ b/README.md @@ -319,8 +319,9 @@ 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/) - **Git**: Download from [git-scm.com](https://git-scm.com/) +- **Vale**: Download from [vale.sh](https://vale.sh/) - A code editor (e.g., [VS Code](https://code.visualstudio.com/)) ### Setup Instructions @@ -358,7 +359,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 ``` From fe7f5a454d5a402930b1cd78acefce6ff57b9ad8 Mon Sep 17 00:00:00 2001 From: 0verkil <112268976+0verkil@users.noreply.github.com> Date: Sun, 26 Jul 2026 09:35:24 -0700 Subject: [PATCH 2/3] add pnpm into prereqs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a160ec50..0476da30 100644 --- a/README.md +++ b/README.md @@ -320,8 +320,10 @@ For multiple images, use the Slides component instead. ### Prerequisites - **Node.js** (version 24 or higher): Download from [nodejs.org](https://nodejs.org/) +- **pnpm**: Download using [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 [vale.sh](https://vale.sh/) +- **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 From c17c279598921ad8ccaf02362bb1179ae3f58b28 Mon Sep 17 00:00:00 2001 From: 0verkil <112268976+0verkil@users.noreply.github.com> Date: Sun, 26 Jul 2026 09:37:22 -0700 Subject: [PATCH 3/3] formatting consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0476da30..29cc99dd 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ For multiple images, use the Slides component instead. ### Prerequisites - **Node.js** (version 24 or higher): Download from [nodejs.org](https://nodejs.org/) -- **pnpm**: Download using [pnpm.io/installation](https://pnpm.io/installation). +- **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)