From e9d749bfc1a659826ae1851487c3d8a1d3b3f661 Mon Sep 17 00:00:00 2001 From: Trent Blackburn Date: Wed, 8 Apr 2026 19:21:31 -0400 Subject: [PATCH 1/2] Add prerequisites section to README List Node.js, Yarn, and PowerShell 7+ as required dependencies so contributors know what to install before running bootstrap. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b637ed1..694fe81 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. The main feature for us was it's ability to support versioned docs. +## Prerequisites + +- [Node.js](https://nodejs.org/) >= 18.0 +- [Yarn](https://classic.yarnpkg.com/) (`npm install -g yarn`) +- [PowerShell 7+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) (`pwsh`) + ## Installation ```powershell From 469b42fb488e32c3033b6a747fdca6fa973d5e4c Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Wed, 8 Apr 2026 18:25:19 -0700 Subject: [PATCH 2/2] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Gilbert Sanchez --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 694fe81..58a3d16 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ support versioned docs. - [Node.js](https://nodejs.org/) >= 18.0 - [Yarn](https://classic.yarnpkg.com/) (`npm install -g yarn`) -- [PowerShell 7+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) (`pwsh`) +- [PowerShell 7+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) (run `pwsh`) ## Installation