Skip to content

Commit

Permalink
Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BoogieMonster1O1 committed Mar 3, 2021
1 parent fa80027 commit 1aaff68
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Matrix
An annotation based registration library for Minecraft

### Depending on Matrix
- Add Jitpack as a repository (if you already haven't)
```gradle
maven { url 'https://jitpack.io' }
```
- Add Matrix as a dependency
```gradle
implementation 'com.github.DimensionalDevelopment:Matrix:<commit>'
```
Replace `<commit>` with the latest commit hash, or a tag

0 comments on commit 1aaff68

Please sign in to comment.