diff --git a/docs/index.md b/docs/index.md index 5e1e1bd..90da641 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,9 +29,23 @@ Include dependency in your project: net.java.jinput jinput - 2.0.7 + 2.0.8 + + + net.java.jinput + jinput + 2.0.8 + natives-all ``` + You'll also need to add the build plugin in your `build/plugins` section of your pom + ```xml + + com.googlecode.mavennatives + maven-nativedependencies-plugin + + ``` + 2. Build from sources - Experts only -----