Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cph101 authored Feb 1, 2024
1 parent fb7275b commit abc0b58
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Lodestonelib-fabric

## FAQs
### How to install?
Add this in the gradle `repositories` block:
```groovy
maven { url 'https://jitpack.io' }
```
...and this in the dependencies block:
```groovy
modImplementation 'com.github.cph101:Lodestonelib-fabric:v0.0.2-1.20.1'
```
### Will you write documentation?
Perhaps at some point.
### Will you backport it?
No, except to 1.19.2, and as I require, not before

0 comments on commit abc0b58

Please sign in to comment.