Skip to content

Commit

Permalink
Update developer installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Oct 11, 2023
1 parent 98c4a66 commit 1812f8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ repositories {
}
}
dependencies {
implementation fg.deobf("dev.su5ed.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION")
compileOnly "dev.su5ed.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION"
runtimeOnly fg.deobf("dev.su5ed.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION")
}
```

Expand All @@ -93,7 +94,8 @@ repositories {
maven("https://maven.su5ed.dev/releases")
}
dependencies {
implementation fg . deobf ("dev.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION")
compileOnly("dev.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION")
runtimeOnly(fg.deobf("dev.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION"))
}
```

Expand Down

0 comments on commit 1812f8b

Please sign in to comment.