Skip to content

Commit

Permalink
jar naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Jul 4, 2020
1 parent f8ec1cc commit 89d6828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The software libraries that power all Raider Robotics projects.

## Using

The simplest way to use lib5k is to import the entire library (warning: this is quite big). This can be done by grabbing the latest `lib5k-<version>-monolithic.jar` file from the [releases page](https://github.com/frc5024/lib5k/releases/latest), and adding it to your project (here is a [tutorial](https://medium.com/@petehouston/compile-local-jar-files-with-gradle-a078e5c7a520)).
The simplest way to use lib5k is to import the entire library (warning: this is quite big). This can be done by grabbing the latest `lib5k-bundle-<version>-monolithic.jar` file from the [releases page](https://github.com/frc5024/lib5k/releases/latest), and adding it to your project (here is a [tutorial](https://medium.com/@petehouston/compile-local-jar-files-with-gradle-a078e5c7a520)).

If you would like to pick and choose which components you want, reference the chart below, and only add the jars you want.

Expand Down

0 comments on commit 89d6828

Please sign in to comment.