From 82e7b66ddb1d9548e845793db610367097f98bc9 Mon Sep 17 00:00:00 2001
From: Adriana <16786568+Adrianamm@users.noreply.github.com>
Date: Sat, 18 Jul 2026 20:05:44 -0400
Subject: [PATCH 1/2] added 2027 to the set up instructions
---
.../getting-started/required-tools.mdx | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/content/docs/learning-course/getting-started/required-tools.mdx b/src/content/docs/learning-course/getting-started/required-tools.mdx
index 76f71ad2..5a3df419 100644
--- a/src/content/docs/learning-course/getting-started/required-tools.mdx
+++ b/src/content/docs/learning-course/getting-started/required-tools.mdx
@@ -11,7 +11,19 @@ To program an FRC Robot and follow along with this website, you need WPILib tool
The first tool that needs to be installed is the WPILib tool package.
WPILib’s tool package includes a version of VSCode that allows teams to write code and deploy it to their robot.
-To do so, follow the instructions linked [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html).
+
+This website will require you to use the alpha release of WPILib for the 2027 season. You can find the download link [here](https://github.com/wpilibsuite/allwpilib/releases).
+
+
+
+Once you have downloaded the 2027 WPILib tools, you can follow the instructions on how to set up the WPILib tools here [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html).
+
+
+
+
The WPILib tool package also includes different programs that are useful for data logging, simulation, dashboards, and more.
We will use some of these tools in later stages.
From 850f8e4fbb7ff721ad5a3a7633ba6d0304d0f113 Mon Sep 17 00:00:00 2001
From: Adriana <16786568+Adrianamm@users.noreply.github.com>
Date: Sat, 18 Jul 2026 20:06:42 -0400
Subject: [PATCH 2/2] forgot
---
.../getting-started/required-tools.mdx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/content/docs/learning-course/getting-started/required-tools.mdx b/src/content/docs/learning-course/getting-started/required-tools.mdx
index 5a3df419..c25aa171 100644
--- a/src/content/docs/learning-course/getting-started/required-tools.mdx
+++ b/src/content/docs/learning-course/getting-started/required-tools.mdx
@@ -12,18 +12,18 @@ To program an FRC Robot and follow along with this website, you need WPILib tool
The first tool that needs to be installed is the WPILib tool package.
WPILib’s tool package includes a version of VSCode that allows teams to write code and deploy it to their robot.
-This website will require you to use the alpha release of WPILib for the 2027 season. You can find the download link [here](https://github.com/wpilibsuite/allwpilib/releases).
+This website will require you to use the alpha release of WPILib for the 2027 season.
+You can find the download link [here](https://github.com/wpilibsuite/allwpilib/releases).
Once you have downloaded the 2027 WPILib tools, you can follow the instructions on how to set up the WPILib tools here [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html).
-
-
-
The WPILib tool package also includes different programs that are useful for data logging, simulation, dashboards, and more.
We will use some of these tools in later stages.