diff options
author | ralmn <[email protected]> | 2013-06-16 21:48:08 +0200 |
---|---|---|
committer | ralmn <[email protected]> | 2013-06-16 21:48:08 +0200 |
commit | b409b99f50078e215bb41270a6e4a29093ed848f (patch) | |
tree | 13b0e50e028c583860059e937142b3e4d4266e5d /README.md | |
parent | 7a3fe20368bfda16025dd5ca897f7614532edbcc (diff) | |
download | Paper-b409b99f50078e215bb41270a6e4a29093ed848f.tar.gz Paper-b409b99f50078e215bb41270a6e4a29093ed848f.zip |
ReadMe Edit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 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 ----------- |