Skip to content

Commit

Permalink
add readme/import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceclouds42 committed Apr 1, 2021
1 parent 8614e8c commit 8f37ffb
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
### Ekho
# Ekho

## Usage

### 1. Add to your project
```groovy
// build.gradle
repositories {
maven { url = "https://jitpack.io" }
}
dependencies {
// Ekho
modImplementation "com.github.SpaceClouds42:Ekho:0.1.0"
include "com.github.SpaceClouds42:Ekho:0.1.0"
}
```

### 2. Profit

wiki coming soon:tm:

0 comments on commit 8f37ffb

Please sign in to comment.