Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
update jitpack instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Draylar committed May 29, 2021
1 parent adf73b7 commit f16c850
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ you have an item with the ID of `tcraft:epic_sword`, but you want to update the

### Bundling

```groovy
repositories {
maven { url 'https://jitpack.io' }
}
```

```groovy
dependencies {
modImplementation 'com.github.Draylar:budget-dfu:master-SNAPSHOT'
include 'com.github.Draylar:budget-dfu:master-SNAPSHOT'
}
```

### Usage

Expand Down

0 comments on commit f16c850

Please sign in to comment.