From 9b4ea7d51a241393038f9759c3c867e07abab52a Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Thu, 21 Nov 2024 15:07:40 -0800 Subject: [PATCH] Document beta vendordep --- docs/choreolib/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/choreolib/installation.md b/docs/choreolib/installation.md index 451dc06168..4e06610719 100644 --- a/docs/choreolib/installation.md +++ b/docs/choreolib/installation.md @@ -1,7 +1,11 @@ Install ChoreoLib to your robot project by copy pasting the following link into the vendor library installation dialog: ``` +# Release https://sleipnirgroup.github.io/ChoreoLib/dep/ChoreoLib.json + +# Pre-season beta +https://sleipnirgroup.github.io/ChoreoLib/dep/ChoreoLibBeta.json ``` The installation method is the same as CTRE, PathPlanner, and more. Read more on Vendor Dependencies and their installation (VSCode —> install new library (online)) [here](https://docs.wpilib.org/en/stable/docs/software/vscode-overview/3rd-party-libraries.html#installing-libraries).