Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit d8aadde

Browse files
z5tmgranny
andauthored
[ci skip] Update README.md (PurpurMC#1642)
Co-authored-by: granny <granny@purpurmc.org>
1 parent fdc28ee commit d8aadde

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,28 +94,23 @@ First, <u>clone</u> this repository. Do not download it.
9494
Then run the following command in the root directory:
9595

9696
```
97-
./gradlew applyPatches
97+
./gradlew applyAllPatches
9898
```
9999

100100
The project is now ready for use in your IDE.
101101

102102
#### Creating a patch
103-
Patches are effectively just commits in either `Purpur-API` or `Purpur-Server`.
104-
To create one, just add a commit to either repo and run `./gradlew rebuildPatches`, and a
105-
patch will be placed in the patches folder. Modifying commits will also modify its
106-
corresponding patch file.
107-
108-
See [CONTRIBUTING.md](CONTRIBUTING.md) for more detailed information.
109103

104+
See [CONTRIBUTING.md](CONTRIBUTING.md).
110105

111106
#### Compiling
112107

113108
Use the command `./gradlew build` to build the API and server. Compiled JARs
114-
will be placed under `Purpur-API/build/libs` and `Purpur-Server/build/libs`.
109+
will be placed under `purpur-api/build/libs` and `purpur-server/build/libs`.
115110
**These JARs are not used to start a server.**
116111

117112
To compile a server-ready purpurclip jar, run `./gradlew createMojmapBundlerJar`.
118-
To install the `purpur-api` and `purpur` dependencies to your local Maven repo, run `./gradlew publishToMavenLocal`. The compiled purpurclip jar will be in `build/libs/` not `Purpur-Server/build/libs`.
113+
To install the `purpur-api` and `purpur` dependencies to your local Maven repo, run `./gradlew publishToMavenLocal`. The compiled purpurclip jar will be in `purpur-server/build/libs`.
119114

120115
Special Thanks To:
121116
-------------

0 commit comments

Comments
 (0)