From b409b99f50078e215bb41270a6e4a29093ed848f Mon Sep 17 00:00:00 2001 From: ralmn Date: Sun, 16 Jun 2013 21:48:08 +0200 Subject: [PATCH] ReadMe Edit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ` + Commit : `git commit -m ` + `cd ..` + Create Patch `./rebuildPatches.sh` ### Create patch for API ### `cd Spigot-API` + Add your file for commit : `git add ` + Commit : `git commit -m ` + `cd ..` + Create Patch `./rebuildPatches.sh` + Compilation -----------