mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 23:50:24 +01:00
Website updates
This commit is contained in:
parent
f12daf06da
commit
f7155114ce
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ site.lang | default: "en-US" }}">
|
||||
<html lang="{{ site.lang | default: "en-GB" }}">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Include dependency in your project:
|
|||
<dependency>
|
||||
<groupId>net.java.jinput</groupId>
|
||||
<artifactId>jinput</artifactId>
|
||||
<version>{{ jinput_version }}</version>
|
||||
<version> {{ jinput_version }} </version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
```
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue