From f7155114cef7dbb321bf927613912035afe89bc7 Mon Sep 17 00:00:00 2001 From: Endolf Date: Fri, 1 Jun 2018 16:50:20 +0100 Subject: [PATCH] Website updates --- docs/_layouts/default.html | 2 +- docs/index.md | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 47541f6..3e0a75f 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,5 +1,5 @@ - + diff --git a/docs/index.md b/docs/index.md index 886daa1..5cf36c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ Include dependency in your project: net.java.jinput jinput - {{ jinput_version }} + {{ jinput_version }} pom ``` @@ -44,13 +44,7 @@ Include dependency in your project: 2. Build from sources - Experts only ----- - 1. Download latest source from [here]({{ site.github.zip_url }}). - 2. Build maven root project: - ```bash - mvn build . - ``` - 3. Include generated artifacts to your project. - +See the readme.md at ## Usage ```java