Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 72dbcd6

Browse files
setup notes
1 parent 6beea87 commit 72dbcd6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@
66
(it's kinda public because im too lazy to setup my tokens and dont wan't to deal with trying to find some old folder.)
77

88
## 🤔 how to use this
9+
10+
## 🔧 setup
11+
12+
in your `build.grade` file,
13+
14+
```gradle
15+
16+
repositories {
17+
flatDir {
18+
dirs 'YOUR_LIBRARY_FOLDER_NAME'
19+
}
20+
}
21+
22+
dependencies {
23+
modImplementation 'me.wolfie.dataentry:1.0' // this will look for a file called "1.0", so you might want to change that.
24+
}
25+
```
26+
27+
## 💻 writing code for this
928

1029
there are two things you really need to know when using this _~~cursed abomination~~_ mod:
1130
1. `ThreadedDataReader`

0 commit comments

Comments
 (0)