mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
ReadMe Edit
By: ralmn <contact@ralmn.me>
This commit is contained in:
parent
428a2718bb
commit
2c30845f8e
1 changed files with 9 additions and 0 deletions
|
@ -14,21 +14,30 @@ Apply Patches : `./applyPatches.sh`
|
|||
### Create patch for server ###
|
||||
|
||||
`cd Spigot-Server`
|
||||
|
||||
Add your file for commit : `git add <file>`
|
||||
|
||||
Commit : `git commit -m <msg>`
|
||||
|
||||
`cd ..`
|
||||
|
||||
Create Patch `./rebuildPatches.sh`
|
||||
|
||||
### Create patch for API ###
|
||||
|
||||
`cd Spigot-API`
|
||||
|
||||
Add your file for commit : `git add <file>`
|
||||
|
||||
Commit : `git commit -m <msg>`
|
||||
|
||||
`cd ..`
|
||||
|
||||
Create Patch `./rebuildPatches.sh`
|
||||
|
||||
|
||||
|
||||
|
||||
Compilation
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Reference in a new issue