Added installation steps to readme.

Signed-off-by: thenetworkgrinch <thenetworkgrinch@users.noreply.github.com>
This commit is contained in:
T Grinch
2023-02-17 22:26:39 -06:00
committed by thenetworkgrinch
parent d7db0f6902
commit 8f9ffdf031

View File

@@ -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/).