Skip to content

Commit

Permalink
[CI-SKIP] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFishCakes committed Sep 3, 2023
1 parent fb2dd3f commit e32cc2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ dependencies {
### Repository (dev-bundle)
[For more on Paperweight](https://github.com/PaperMC/paperweight/).
```kotlin
plugins {
id("io.papermc.paperweight.userdev") version "1.5.5"
}

repositories {
maven("https://repo.graphitemc.org/releases")
}
Expand All @@ -62,5 +66,5 @@ To compile Graphite you require JDK 17 and an internet connection.
2. Run `./gradlew applyPatches` and when that completes run `./gradlew createReobfBundlerJar` in your terminal.
3. Move the compiled jar found in `build/libs` to your server folder and run it.

If you find the process is too slow, try using [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) or Linux.
If you find the process is too slow whilst compiling or applying patches, try using [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) or Linux.
___

0 comments on commit e32cc2d

Please sign in to comment.