ReadMe Edit

This commit is contained in:
ralmn 2013-06-16 21:48:08 +02:00
parent 7a3fe20368
commit b409b99f50
1 changed files with 9 additions and 0 deletions

View File

@ -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
-----------