diff --git a/README.md b/README.md index 5aa35c4..46b5f1c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,24 @@ Interface with devices connected via USB in Java using LibUSB ## Installation +- Add the JitPack repository to your build file + ```xml + + + jitpack.io + https://jitpack.io + + + ``` +- Add the dependency + ```xml + + com.github.grephq + Jusb + Tag + + ``` + ## Documentation [https://grephq.github.io/Jusb](https://grephq.github.io/Jusb)