aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorralmn <[email protected]>2013-06-16 21:48:08 +0200
committerralmn <[email protected]>2013-06-16 21:48:08 +0200
commitb409b99f50078e215bb41270a6e4a29093ed848f (patch)
tree13b0e50e028c583860059e937142b3e4d4266e5d /README.md
parent7a3fe20368bfda16025dd5ca897f7614532edbcc (diff)
downloadPaper-b409b99f50078e215bb41270a6e4a29093ed848f.tar.gz
Paper-b409b99f50078e215bb41270a6e4a29093ed848f.zip
ReadMe Edit
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43e1115a65..3a0a0e0aaf 100644
--- a/README.md
+++ b/README.md
@@ -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
-----------