Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomiwa-Ot committed Sep 21, 2023
1 parent fc54837 commit 27fd492
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Interface with devices connected via USB in Java using LibUSB

## Installation
- Add the JitPack repository to your build file
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
- Add the dependency
```xml
<dependency>
<groupId>com.github.grephq</groupId>
<artifactId>Jusb</artifactId>
<version>Tag</version>
</dependency>
```


## Documentation
[https://grephq.github.io/Jusb](https://grephq.github.io/Jusb)

0 comments on commit 27fd492

Please sign in to comment.