From 8f9ffdf0313685e9e3e338b2b260d85615b3e9b7 Mon Sep 17 00:00:00 2001 From: T Grinch <10247070+thenetworkgrinch@users.noreply.github.com> Date: Fri, 17 Feb 2023 22:26:39 -0600 Subject: [PATCH] Added installation steps to readme. Signed-off-by: thenetworkgrinch --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa2af2..7e2ff96 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,17 @@ ```java SwerveDrive swerveDrive = new SwerveParser(new File(Filesystem.getDeployDirectory(), "swerve")).createSwerveDrive(); ``` +* The library is located in [swervelib/](./swervelib) with documentation in [docs/](./docs) and example JSON in [deploy](./deploy). + # Library Information -* The library is located in [swervelib/](./swervelib) with documentation in [docs/](./docs) and example JSON in [deploy](./deploy). +### Installation +- [ ] Install NavX Library +- [ ] Install Pheonix Library +- [ ] Install REVLib. +- [ ] Install YAGSL (`https://broncbotz3481.github.io/YAGSL-Lib/yagsl/yagsl.json`) + +### [Easy Configuration File Generation](https://broncbotz3481.github.io/YAGSL-Example/) # Check out the [Wiki](https://github.com/BroncBotz3481/YAGSL/wiki) # Java docs is [here](https://broncbotz3481.github.io/YAGSL/).